Operator |
Description |
Pointer dereference operator converts the object from a pointer to a reference. | |
Assigns this smart pointer to a reference-counted object. | |
Compares two smart pointers for equality. | |
Access the object that is held by the smart pointer. Returns a pointer to that object. | |
Obtains a C-style pointer to the contained object. | |
Operator overload. | |
Compares two smart pointers for inequality. |