std::is_scalar(3)
NAME
std::is_scalar
SYNOPSIS
Inherits std::integral_constant< bool,(std::is_arithmetic< _Tp >::value||std::is_enum< _Tp >::value||std::is_pointer< _Tp >::value||std::is_member_pointer< _Tp >::value)>.
Detailed Description
- template<typename _Tp> struct std::is_scalar< _Tp >
- is_scalal
- Definition at line 236 of file tr1_impl/type_traits.
- Public Types
- typedef integral_constant< _Tp, __v > type typedef _Tp value_type
- Static Public Attributes
- static const _Tp value
Author
- Generated automatically by Doxygen for libstdc++ from the source code.