std::shared_ptr::operator<< - cppreference.com (original) (raw)
Inserts the value of the pointer stored in ptr into the output stream os.
Equivalent to os << ptr.get().
[edit] Parameters
[edit] Return value
os
[edit] Example
[edit] See also
| | returns the stored pointer (public member function) [edit] | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |