Template Struct has_value_serializer< T >
Defined in File type-traits.hpp
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> and std::experimental::is_detected_v<vs_from_string_function, T>
-
static constexpr bool value = std::experimental::is_detected_v<vs_to_string_function, T> and std::experimental::is_detected_v<vs_from_string_function, T>