#include <di/container/algorithm/product.h>
|
template<concepts::InputIterator Iter, concepts::SentinelFor< Iter > Sent, typename T = meta::IteratorValue<Iter>>
requires (concepts::IndirectlyBinaryLeftFoldable<function::Multiplies, T, Iter> && requires { T(1); }) |
constexpr auto | operator() (Iter first, Sent last) const |
|
template<concepts::InputContainer Con, typename T = meta::ContainerValue<Con>>
requires (concepts::IndirectlyBinaryLeftFoldable<function::Multiplies, T, meta::ContainerIterator<Con>> && requires { T(1); }) |
constexpr auto | operator() (Con &&container) const |
|
◆ operator()() [1/2]
auto di::container::detail::ProductFunction::operator() |
( |
Con && | container | ) |
const |
|
inlineconstexpr |
◆ operator()() [2/2]
template<concepts::InputIterator Iter, concepts::SentinelFor< Iter > Sent, typename T = meta::IteratorValue<Iter>>
requires (concepts::IndirectlyBinaryLeftFoldable<
function::Multiplies, T, Iter> && requires { T(1); })
auto di::container::detail::ProductFunction::operator() |
( |
Iter | first, |
|
|
Sent | last ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file:
- libs/di/include/di/container/algorithm/product.h