Searched refs:__extract_key_fail_tag (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dcan_extract_key.h27 struct __extract_key_fail_tag {}; struct
33 : __conditional_t<_IsSame<_RawValTy, _Key>::value, __extract_key_self_tag, __extract_key_fail_tag> {};
37 : __conditional_t<_IsSame<__remove_const_t<_First>, _Key>::value, __extract_key_first_tag, __extract_key_fail_tag> {
48 // This specialization returns __extract_key_fail_tag for non-map containers

Completed in 103 milliseconds