Iros
 
Loading...
Searching...
No Matches
di::container::detail::FoldRightLastFunction Struct Reference

#include <di/container/algorithm/fold_right_last.h>

Public Member Functions

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
 

Member Function Documentation

◆ operator()() [1/2]

template<concepts::BidirectionalContainer Con, concepts::IndirectlyBinaryRightFoldable< meta::ContainerValue< Con >, meta::ContainerIterator< Con > > Op>
requires (concepts::ConstructibleFrom<meta::ContainerValue<Con>, meta::ContainerReference<Con>>)
auto di::container::detail::FoldRightLastFunction::operator() ( Con && container,
Op op ) const
inlineconstexpr

◆ operator()() [2/2]

template<concepts::BidirectionalIterator It, concepts::SentinelFor< It > Sent, concepts::IndirectlyBinaryRightFoldable< meta::IteratorValue< It >, It > Op>
requires (concepts::ConstructibleFrom<meta::IteratorValue<It>, meta::IteratorReference<It>>)
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: