Searched refs:__first (Results 1 – 2 of 2) sorted by relevance
102 inline constexpr std::size_t __pos_of(const bool* const __first, in __pos_of() argument105 for (const bool* __where = __first; __where != __last; ++__where) in __pos_of()109 return static_cast<std::size_t>(__where - __first); in __pos_of()
733 auto operator()(_First&& __first, _Second&& __second) const noexcept in operator ()()736 return {static_cast<_First&&>(__first), in operator ()()