Searched refs:fold_left (Results 1 – 4 of 4) sorted by relevance
119 inline constexpr auto fold_left = __fold_left(); variable
164 using std::ranges::fold_left;
927 …constexpr auto ranges::fold_left(I first, S last, T init, F f); //…930 …constexpr auto fold_left(R&& r, T init, F f); //…