cgv
|
namespace for conditions that act on types More...
Classes | |
struct | has_virtual_destructor |
template condition returning, whether the passed type has a virtual destructor More... | |
struct | is_abstract |
template condition returning, whether the first argument is a base class of the second argument More... | |
struct | is_base_of |
template condition returning, whether the first argument is a base class of the second argument More... | |
struct | is_const |
struct | is_enum |
template condition returning, whether the given type is an enum type More... | |
struct | is_standard_type |
template condition returning, whether the given type is a standard type (excluding void and enum types) More... | |
namespace for conditions that act on types