Template Function ecl::operator<<
Defined in File void.hpp
Function Documentation
-
template<typename OutputStream>
OutputStream &ecl::operator<<(OutputStream &ostream, const Void void_object) Output stream operator for Void objects.
This function not serve any purpose except to allow the stream to move on to the next output object.
- Parameters:
ostream – : the output stream.
void_object – : the void object to ignore.
- Returns:
OutputStream : return the output stream as is.