Classdesc 3.44
isNoMatch< T > Struct Template Reference
Collaboration diagram for isNoMatch< T >:
Collaboration graph

Static Public Attributes

static const bool value

Member Data Documentation

◆ value

template<class T>
const bool value
static
Initial value:
= !is_integral<T>::value && !is_floating_point<T>::value &&
!is_container<T>::value && !is_object<T>::value && !is_pointer<T>::value

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