My Project
Classes
is_object.hpp File Reference
#include "bool_constant.hpp"
#include "is_array.hpp"
#include "is_class.hpp"
#include "is_scalar.hpp"
#include "is_union.hpp"

Go to the source code of this file.

Classes

class  bsl::is_object< T >
 If the provided type is an object type, provides the member constant value equal to true. Otherwise the member constant value is false. More...
 

Detailed Description