#include <di/container/view/chunk_by.h>
|
template<concepts::ViewableContainer Con, typename Pred>
requires (CustomChunkBy<Con, Pred> || ViewChunkBy<Con, Pred>) |
constexpr auto | operator() (Con &&container, Pred &&predicate) const -> concepts::View auto |
|
◆ operator()()
template<concepts::ViewableContainer Con, typename Pred>
requires (CustomChunkBy<Con, Pred> || ViewChunkBy<Con, Pred>)
auto di::container::view::detail::ChunkByFunction::operator() |
( |
Con && | container, |
|
|
Pred && | predicate ) const -> concepts::View auto |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: