ONE - On-device Neural Engine
|
Functions | |
template<typename T > | |
T | lexical_cast (const std::string &str) |
template<> | |
bool | lexical_cast (const std::string &str) |
template<typename T > | |
std::string | to_string (const T value) |
template<> | |
std::string | to_string (const char *value) |
template<> | |
std::string | to_string (const bool value) |
std::string | remove_dash (const std::string &str) |
Returns the string with the leading dash removed. | |
std::string | make_comma_concatenated (const std::vector< std::string > &vec) |
Returns the string that created by concatenating the elements of a vector with commas. | |
T arser::internal::lexical_cast | ( | const std::string & | str | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 60 of file arser.h.
Referenced by arser::Argument::default_value(), and arser::Argument::default_value().