wex v24.04.0
Public Member Functions | List of all members
wex::type_to_value< T > Class Template Reference

Convert a general type to string, for int or string type. More...

#include <wex/core/type-to-value.h>

Public Member Functions

 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.
 

Detailed Description

template<typename T>
class wex::type_to_value< T >

Convert a general type to string, for int or string type.