Write the value of the specified enumeratorInfo to the specified stream.
Synopsis
Declared in <bdlat_enumeratorinfo.h>
std::ostream&
operator<<(
std::ostream& stream,
bdlat_EnumeratorInfo const& enumeratorInfo);
Return Value
reference to stream
Parameters
Name |
Description |
stream |
output stream |
enumeratorInfo |
enumerator info object to write |
Created with MrDocs