Template Struct is_serializable_type
Defined in File type-traits.hpp
Struct Documentation
-
template<typename T, typename S>
struct is_serializable_type Struct used to detect whether type T is serializable.
Public Static Attributes
- static constexpr bool value =std::experimental::is_detected_v<serialize_value_t,value_type> orhas_serialize_v<value_type,S>