Write to the specified 'stream' the string representation of the specified enumeration 'value'. Return a reference to the modifiable 'stream'.
Synopsis
Declared in <baljsn_encoder_testtypes.h>
static
std::ostream&
print(
std::ostream& stream,
Value value);
Return Value
a reference to the modifiable stream
Parameters
Name |
Description |
stream |
output stream |
value |
enumeration value to print |
Created with MrDocs