Template Function shad::operator<<(std::ostream&, const ObjectIdentifier<T>&)¶
- Defined in File object_identifier.h
Function Documentation¶
-
template <typename T>
std::ostream &shad
::
operator<<
(std::ostream &out, const ObjectIdentifier<T> &rhs) Output operator to streams.
- Return
- A reference to the used output stream.
- Template Parameters
T
: The type of Object to which the identifier refers.
- Parameters
out
: The output stream.rhs
: Right hand side of the operator.