Searched defs:__libcpp_is_signed_integer (Results 1 – 4 of 4) sorted by relevance
22 template <class _Tp> struct __libcpp_is_signed_integer : public false_type {}; struct