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.
Synopsis
Declared in <bdld_datum.h>
std::ostream&
operator<<(
std::ostream& stream,
Datum::DataType rhs);
Created with MrDocs