ROSE
0.11.96.11
|
Wrapper around parsed values.
Sawyer not only stores the parsed switch value, but also much information about where the value came from, it's original string form, etc.
Definition at line 137 of file CommandLineBoost.h.
#include <CommandLineBoost.h>
Public Member Functions | |
parsed_values () | |
Wrap nothing. | |
parsed_values (const Sawyer::CommandLine::ParsedValues &pv) | |
Wrap ParsedValues. | |
Public Attributes | |
Sawyer::CommandLine::ParsedValues | pv |
Wrapped ParsedValues. | |
template<class T > | |
T | as () |
Convert parsed value to another type. | |