#include <di/container/view/cartesian_product.h>
|
template<concepts::ViewableContainer... Cons>
requires (CustomCartesianProduct<Cons...> || EmptyCartesianProduct<Cons...> || ViewCartesianProduct<Cons...>) |
constexpr auto | operator() (Cons &&... containers) const -> concepts::View auto |
|
◆ operator()()
template<concepts::ViewableContainer... Cons>
requires (CustomCartesianProduct<Cons...> || EmptyCartesianProduct<Cons...> || ViewCartesianProduct<Cons...>)
auto di::container::view::detail::CartesianProductFunction::operator() |
( |
Cons &&... | containers | ) |
const -> concepts::View auto |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: