Home | History | Annotate | Download | only in 4.8

Lines Matching full:is_signed

567   /// is_signed
569 struct is_signed
576 : public __and_<is_arithmetic<_Tp>, __not_<is_signed<_Tp>>>::type