45#ifndef CEREAL_DETAILS_POLYMORPHIC_IMPL_FWD_HPP_
46#define CEREAL_DETAILS_POLYMORPHIC_IMPL_FWD_HPP_
53 template <
class Base,
class Derived>
60 template <
class Base,
class Derived>
Holds registered mappings between base and derived types for casting.
Definition polymorphic_impl.hpp:140
Forward declaration, see polymorphic_impl.hpp for more information.
Definition polymorphic_impl_fwd.hpp:61
Registers a polymorphic casting relation between a Base and Derived type.
Definition polymorphic_impl.hpp:439