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