57 while (is && isalnum(is.peek()))
Print as is. For instance, don't try to escape labels.
Print as a parsable type string.
std::istream & operator>>(std::istream &is, direction &d)
Parsing.
An input/output format for valuesets.
std::ostream & operator<<(std::ostream &os, direction d)
Pretty-printing.
Request the map implementation.
std::ostringstream os
The output stream: the corresponding C++ snippet to compile.
Print as rich UTF-8 text, escaped.
Print as plain (ASCII) text, escaped.
#define BUILTIN_UNREACHABLE()
std::string to_string(direction d)
Conversion to string.
A mapping from strings to Values.
By default, print for text.