class_of/2
class_of(+Obj, -Class)
object
atom
Class is the class of Obj.
instantiation_error
Obj is unbound.
type_error
Obj is not a valid object.
pointer_object/2