#include <di/container/algorithm/unique.h>
|
template<concepts::Permutable It, concepts::SentinelFor< It > Sent, typename Proj = function::Identity, concepts::IndirectEquivalenceRelation< meta::Projected< It, Proj > > Comp = function::Equal> |
constexpr auto | operator() (It first, Sent last, Comp comp={}, Proj proj={}) const -> View< It > |
|
template<concepts::ForwardContainer Con, typename Proj = function::Identity, concepts::IndirectEquivalenceRelation< meta::Projected< meta::ContainerIterator< Con >, Proj > > Comp = function::Equal>
requires (concepts::Permutable<meta::ContainerIterator<Con>>) |
constexpr auto | operator() (Con &&container, Comp comp={}, Proj proj={}) const -> meta::BorrowedView< Con > |
|
◆ operator()() [1/2]
auto di::container::detail::UniqueFunction::operator() |
( |
Con && | container, |
|
|
Comp | comp = {}, |
|
|
Proj | proj = {} ) const -> meta::BorrowedView<Con> |
|
inlineconstexpr |
◆ operator()() [2/2]
template<concepts::Permutable It, concepts::SentinelFor< It > Sent, typename Proj = function::Identity, concepts::IndirectEquivalenceRelation<
meta::Projected< It, Proj > > Comp = function::Equal>
auto di::container::detail::UniqueFunction::operator() |
( |
It | first, |
|
|
Sent | last, |
|
|
Comp | comp = {}, |
|
|
Proj | proj = {} ) const -> View<It> |
|
inlineconstexpr |
The documentation for this struct was generated from the following file:
- libs/di/include/di/container/algorithm/unique.h