Template Struct has_value_serializer< T >

Struct Documentation

template<typename T>
struct has_value_serializer<T>

Struct used to detect if there is a value_serializer for type T.

Public Static Attributes

static constexpr bool value  =std::experimental::is_detected_v<vs_to_string_function,T> andstd::experimental::is_detected_v<vs_from_string_function,T>