Template Struct value_serializer< bool >

Struct Documentation

template<>
struct value_serializer<bool>

value_serializer implementation for booleans

Public Static Functions

static inline std::string type_name()
static inline std::string to_string(bool value)
static inline bool from_string(std::string_view value)