C++ Utilities
4.14.2
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
Contains functions to convert raw argument values to certain types. More...
Functions | |
template<typename TargetType > | |
TargetType | convert (const char *value) |
template<typename TargetType , Traits::EnableIf< std::is_same< TargetType, std::string >> > | |
TargetType | convert (const char *value) |
Contains functions to convert raw argument values to certain types.
TargetType ApplicationUtilities::ValueConversion::convert | ( | const char * | value | ) |
Definition at line 138 of file argumentparser.h.
TargetType ApplicationUtilities::ValueConversion::convert | ( | const char * | value | ) |
Definition at line 138 of file argumentparser.h.