Template Struct PolymorphicLayout¶
Defined in File polymorphic_layout.hpp
Struct Documentation¶
-
template<typename
Impl
>
structPolymorphicLayout
¶ The PolymorphicLayout class defines a class which can be used as an empty base class to define that the layout of the data for the class is polymorphic.
- Template Parameters
Impl
: The implementation type with a polymorphic layout.