Write the string representation of rhs to stream.
Synopsis
Declared in <bdld_datum.h>
std::ostream&
operator<<(
std::ostream& stream,
Datum::DataType rhs);
Description
Write the string representation of the specified enumeration rhs to the specified stream in a single‐line format, and return a reference to the modifiable stream. See dataTypeToAscii for what constitutes the string representation of a Datum::DataType value.
Return Value
a reference to stream
Parameters
Name |
Description |
stream |
output stream |
rhs |
value to write |
Created with MrDocs