Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfind.h146 struct __find_segment;
154 …return std::__find_segment_if(std::move(__first), std::move(__last), __find_segment<_Tp>(__value),… in __find_impl()
158 struct __find_segment { struct
161 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR __find_segment(const _Tp& __value) : __value_(__value) {} in __find_segment() function