Convert a general type to string, for int or string type.
More...
#include <wex/core/type-to-value.h>
|
| type_to_value (const std::string &v) |
| Constructor, using string argument.
|
|
const auto & | get () const |
| Returns value as a string.
|
|
const auto & | get_string () const |
| Returns value as a string.
|
|
template<typename T>
class wex::type_to_value< T >
Convert a general type to string, for int or string type.