Write the string representation of the specified enumeration value to the specified output stream in a single‐line format.
Synopsis
Declared in <ball_userfieldtype.h>
std::ostream&
operator<<(
std::ostream& stream,
UserFieldType::Enum value);
Description
Return a reference to stream. See toAscii for what constitutes the string representation of a ball::UserFieldType::Enum value. Note that this method has the same behavior as ` ball::UserFieldType::print(stream, value, 0, ‐1); `
Return Value
reference to stream
Parameters
Name |
Description |
stream |
output stream |
value |
enumeration value to write |
Created with MrDocs