Template Struct is_type_adapter< TypeAdapter< Ts… > >
Defined in File type_adapter.hpp
Inheritance Relationships
Base Type
public std::true_type
Struct Documentation
-
template<typename ...Ts>
struct is_type_adapter<TypeAdapter<Ts...>> : public std::true_type Helper template to determine if a type is a TypeAdapter, true specialization.