std::tr1::is_arithmetic(3)

NAME

std::tr1::is_arithmetic

SYNOPSIS

Inherits std::tr1::integral_constant< bool,(std::tr1::is_integral< _Tp
>::value||std::tr1::is_floating_point< _Tp >::value)>.

Detailed Description

template<typename _Tp> struct std::tr1::is_arithmetic< _Tp >
Definition at line 200 of file 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.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout