AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ GetVal()

template<class ContainerType , typename std::enable_if< std::is_base_of< ArgFlagVal, typename ContainerType::value_type >::value >::type * = nullptr>
unsigned drama::gitarg::ArgFlags< ContainerType, >::GetVal ( )
inline

Return the flags value - the mask of set bits.

Note this normally requires that either the constructor that does the implicit get from the struct have been used or that Get() has been invoked. Otherwise zero is returned

Returns
The current set of flags.