Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfold.h79 struct __fold_left_with_iter { struct
81 …BCPP_HIDE_FROM_ABI static constexpr auto operator()(_Ip __first, _Sp __last, _Tp __init, _Fp __f) { in operator()
105 inline constexpr auto fold_left_with_iter = __fold_left_with_iter(); argument