Searched refs:_Boolean (Results 1 – 2 of 2) sorted by relevance
161 using _Boolean = tag_invoke_result_t<__has_algorithm_customizations_t, typedef163 static_assert(_Boolean{}166 return _Boolean{};
1123 template <class _Boolean>1124 using __mnot_t = __mbool<!__mvalue_of(_Boolean)>;1125 template <class _Boolean>1126 using __mnot = __meval<__mnot_t, _Boolean>;