GL Studio C++ Runtime API
is_trivially_destructible< T > Struct Template Reference
Inheritance diagram for is_trivially_destructible< T >:
integral_constant< bool,(__is_pod(T)||__is_class(T)) &&(__has_trivial_destructor(T))>

Additional Inherited Members

- Public Types inherited from integral_constant< bool,(__is_pod(T)||__is_class(T)) &&(__has_trivial_destructor(T))>
typedef bool value_type
 
typedef integral_constant< bool, Val > type
 
- Public Member Functions inherited from integral_constant< bool,(__is_pod(T)||__is_class(T)) &&(__has_trivial_destructor(T))>
 operator value_type ()
 
- Static Public Attributes inherited from integral_constant< bool,(__is_pod(T)||__is_class(T)) &&(__has_trivial_destructor(T))>
static const bool value
 

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