Home
last modified time | relevance | path

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

/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/include/fplus/
H A Dgenerate.hpp141 auto always_true_x_y = [](const auto&, const auto&) { return true; }; in carthesian_product_with() local
142 return carthesian_product_with_where(f, always_true_x_y, xs, ys); in carthesian_product_with()
182 auto always_true_x_y = [](const auto&, const auto&) { return true; }; in carthesian_product() local
184 make_res_pair, always_true_x_y, xs, ys); in carthesian_product()
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/include_all_in_one/include/fplus/
H A Dfplus.hpp6212 auto always_true_x_y = [](const auto&, const auto&) { return true; }; in carthesian_product_with() local
6213 return carthesian_product_with_where(f, always_true_x_y, xs, ys); in carthesian_product_with()
6253 auto always_true_x_y = [](const auto&, const auto&) { return true; }; in carthesian_product() local
6255 make_res_pair, always_true_x_y, xs, ys); in carthesian_product()