Template Function shad::operator<<(std::ostream&, const ObjectIdentifierCounter<T>&)¶
- Defined in File object_identifier.h
Function Documentation¶
-
template <typename T>
std::ostream &shad::operator<<(std::ostream &out, const ObjectIdentifierCounter<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.