Template Struct is_serializable

Inheritance Relationships

Base Type

  • public std::false_type

Struct Documentation

template<typename, typename = void>
struct is_serializable : public std::false_type

Trait to detect serializable types (having save/load methods).