Ocean
|
Helper class allowing to specify a specific message object or stream type. More...
Data Structures | |
struct | ShiftOperatorChecker |
Helper class to check whether a message object or a stream provides a shift operator for an object with specific data type. More... | |
struct | ShiftOperatorChecker< TObject, std::void_t< decltype(std::declval< TStream & >()<< std::declval< TObject >())> > |
Helper class to check whether a message object or a stream provides a shift operator for an object with specific data type. More... | |
Helper class allowing to specify a specific message object or stream type.
TStream | The data type of the message object (or stream) to be checked |