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