Searched defs:__fold_left_with_iter (Results 1 – 1 of 1) sorted by relevance
79 struct __fold_left_with_iter { struct81 …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