NDDEM
Static Public Member Functions | List of all members
cereal::base_class_detail::RegisterPolymorphicBaseClass< Base, Derived, IsPolymorphic > Struct Template Reference

#include <base_class.hpp>

Static Public Member Functions

static void bind ()
 

Detailed Description

template<class Base, class Derived, bool IsPolymorphic = std::is_polymorphic<Base>::value>
struct cereal::base_class_detail::RegisterPolymorphicBaseClass< Base, Derived, IsPolymorphic >

Used to register polymorphic relations and avoid the need to include polymorphic.hpp when no polymorphism is used

Member Function Documentation

◆ bind()

template<class Base , class Derived , bool IsPolymorphic = std::is_polymorphic<Base>::value>
static void cereal::base_class_detail::RegisterPolymorphicBaseClass< Base, Derived, IsPolymorphic >::bind ( )
inlinestatic

The documentation for this struct was generated from the following file: