#include <di/container/algorithm/fold_left_first_with_iter.h>
|
template<concepts::InputIterator Iter, concepts::SentinelFor< Iter > Sent, concepts::IndirectlyBinaryLeftFoldable< meta::IteratorValue< Iter >, Iter > Op>
requires (concepts::ConstructibleFrom<meta::IteratorValue<Iter>, meta::IteratorReference<Iter>>) |
constexpr auto | operator() (Iter first, Sent last, Op op) const |
|
template<concepts::InputContainer Con, concepts::IndirectlyBinaryLeftFoldable< meta::ContainerValue< Con >, meta::ContainerIterator< Con > > Op>
requires (concepts::ConstructibleFrom<meta::ContainerValue<Con>, meta::ContainerReference<Con>>) |
constexpr auto | operator() (Con &&container, Op op) const -> InValueResult< meta::BorrowedIterator< Con >, Optional< meta::Decay< meta::InvokeResult< Op &, meta::ContainerReference< Con >, meta::ContainerValue< Con > > > > > |
|
◆ operator()() [1/2]
◆ operator()() [2/2]
auto di::container::detail::FoldLeftFirstWithIterFunction::operator() |
( |
Iter | first, |
|
|
Sent | last, |
|
|
Op | op ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: