My Project
Classes
is_scalar.hpp File Reference
#include "bool_constant.hpp"
#include "is_arithmetic.hpp"
#include "is_enum.hpp"
#include "is_pointer.hpp"
#include "is_member_pointer.hpp"
#include "is_null_pointer.hpp"

Go to the source code of this file.

Classes

class  bsl::is_scalar< T >
 If the provided type is a scalar type, provides the member constant value equal to true. Otherwise the member constant value is false. More...
 

Detailed Description