Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfind.h156 struct __find_segment { struct
159 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR __find_segment(const _Tp& __value) : __value_(__value) {} in __find_segment() argument
163 operator()(_InputIterator __first, _InputIterator __last, _Proj& __proj) const { in operator()