Searched refs:__not_found (Results 1 – 2 of 2) sorted by relevance
26 static constexpr size_t __not_found = static_cast<size_t>(-1); variable27 static constexpr size_t __ambiguous = __not_found - 1;30 return !__matches ? __res : (__res == __not_found ? __curr_i : __ambiguous); in __find_idx_return()36 ? __not_found in __find_idx()44 static_assert(value != __not_found, "type not found in type list");
398 size_t __result = __not_found;401 if (__result != __not_found) {414 struct __find_unambiguous_index_sfinae_impl<__not_found> {};