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

◆ IsSet()

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

Determines whether the specified flags are set.

Parameters
[in]flagsThe flags to check.
Returns
True if all the specified flags are set, False otherwise.

References drama::CreateRunDramaTask().