#include <di/container/algorithm/fold_right_last.h>
|
template<concepts::BidirectionalIterator It, concepts::SentinelFor< It > Sent, concepts::IndirectlyBinaryRightFoldable< meta::IteratorValue< It >, It > Op>
requires (concepts::ConstructibleFrom<meta::IteratorValue<It>, meta::IteratorReference<It>>) |
constexpr auto | operator() (It first, Sent last, Op op) const |
|
template<concepts::BidirectionalContainer Con, concepts::IndirectlyBinaryRightFoldable< meta::ContainerValue< Con >, meta::ContainerIterator< Con > > Op>
requires (concepts::ConstructibleFrom<meta::ContainerValue<Con>, meta::ContainerReference<Con>>) |
constexpr auto | operator() (Con &&container, Op op) const |
|
◆ operator()() [1/2]
auto di::container::detail::FoldRightLastFunction::operator() |
( |
Con && | container, |
|
|
Op | op ) const |
|
inlineconstexpr |
◆ operator()() [2/2]
auto di::container::detail::FoldRightLastFunction::operator() |
( |
It | first, |
|
|
Sent | last, |
|
|
Op | op ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: