Stream insertion operators
Synopses
Declared in <bdlat_attributeinfo.h>
Write the value of the specified attributeInfo to the specified stream.
std::ostream&
operator<<(
std::ostream& stream,
bdlat_AttributeInfo const& attributeInfo);
Write the value of the specified enumeratorInfo to the specified stream.
std::ostream&
operator<<(
std::ostream& stream,
bdlat_EnumeratorInfo const& enumeratorInfo);
Write the value of the specified selectionInfo to the specified stream.
std::ostream&
operator<<(
std::ostream& stream,
bdlat_SelectionInfo const& selectionInfo);
Return Value
reference to stream
Parameters
Name |
Description |
stream |
output stream |
attributeInfo |
attribute info object to write |
enumeratorInfo |
enumerator info object to write |
selectionInfo |
selection info object to write |
Created with MrDocs