reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/type_traits
 1788     class __make_unsigned_selector<_Tp, false, true>
 1792       static const bool __b0 = sizeof(_Tp) <= sizeof(__smallest);
 1793       static const bool __b1 = sizeof(_Tp) <= sizeof(unsigned short);
 1794       static const bool __b2 = sizeof(_Tp) <= sizeof(unsigned int);
 1795       static const bool __b3 = sizeof(_Tp) <= sizeof(unsigned long);
 1805       typedef __match_cv_qualifiers<_Tp, __unsigned_type> __cv_unsigned;