OpenWalnut
1.4.0
|
Conversion class to convert a string to a given target type. More...
#include <WStringUtils.h>
Static Public Member Functions | |
static std::string | fromString (const std::string &from) |
Convert a given string to the target type. |
Conversion class to convert a string to a given target type.
This is a specialization whenever a string is given as input type
Definition at line 96 of file WStringUtils.h.
static std::string string_utils::fromStringImpl< std::string >::fromString | ( | const std::string & | from | ) | [inline, static] |
Convert a given string to the target type.
Never fails.
from | source string |
Definition at line 105 of file WStringUtils.h.