std::__is_scalar

NAME

std::__is_scalar -

SYNOPSIS


Inherits std::__traitor< _Sp, _Tp >< std::__is_arithmetic< _Tp >, std::__is_pointer< _Tp > >.

Detailed Description

template<typename _Tp> struct std::__is_scalar< _Tp >

Definition at line 340 of file cpp_type_traits.h.

Public Types

enum { __value }
typedef __truth_type< __value >::__type __type

Member Enumeration Documentation

template<class _Sp, class _Tp> anonymous enum [inherited]

Enumerator:
__value
Definition at line 113 of file cpp_type_traits.h.

Author

Generated automatically by Doxygen for libstdc++ from the source code.