Home
last modified time | relevance | path

Searched refs:__find_idx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__tuple/
H A Dfind_index.h34 inline _LIBCPP_HIDE_FROM_ABI constexpr size_t __find_idx(size_t __i, const bool (&__matches)[_Nx]) { in __find_idx() function
37 …: __find_detail::__find_idx_return(__i, __find_detail::__find_idx(__i + 1, __matches), __matches[_… in __find_idx()
43 static constexpr size_t value = __find_detail::__find_idx(0, __matches);