AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ Enum() [2/3]

template<typename LookupClass , typename EnumType >
GitTpl::Enum< LookupClass, EnumType >::Enum ( EnumType  InitialValue)
inline

Constructor with initial value supplied.

The initial value must be one of the values in the enum type.

Parameters
InitialValueThe initial value for the objects.