openMSX
openmsx::PolymorphicConstructorArgs< T > Struct Template Reference

Store association between polymorphic class (base- or subclass) and the list of constructor arguments. More...

Detailed Description

template<typename T>
struct openmsx::PolymorphicConstructorArgs< T >

Store association between polymorphic class (base- or subclass) and the list of constructor arguments.

Specializations of this class should store the constructor arguments as a 'using type = tuple<...>'.

Definition at line 59 of file serialize_meta.hh.


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