Template Function ecl::operator<<
Defined in File topic.hpp
Function Documentation
-
template<typename OutputStream, typename TopicData>
OutputStream &ecl::operator<<(OutputStream &ostream, const Topic<TopicData> &topic) Insertion operator for sending the topic to an output stream.
- Parameters
ostream – : the output stream.
topic – : the topic to be inserted.
- Returns
OutputStream : continue streaming with the updated output stream.