std_is_unsigned.3cxx

Langue: en

Version: 342364 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

std::is_unsigned -

is_unsigned

SYNOPSIS


Inherits integral_constant< bool,(is_arithmetic< _Tp >::value &&!is_signed< _Tp >::value)>.

Detailed Description

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

is_unsigned

Definition at line 169 of file type_traits.

Author

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