Template Struct value_serializer< bool >

Struct Documentation

template<>
struct value_serializer<bool>

value_serializer implementation for booleans

Public Static Functions

static inline constexpr const char *type_name()
static inline std::string to_string(bool value)
static inline bool from_string(const std::string &value)