Write the string representation of rhs to stream.
Declared in <bdld_datum.h>
std::ostream&
operator<<(
std::ostream& stream,
Datum::DataType rhs);
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.
a reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| rhs | value to write |