#include <di/container/algorithm/remove_copy.h>
|
template<concepts::InputIterator It, concepts::SentinelFor< It > Sent, concepts::WeaklyIncrementable Out, typename T, typename Proj = function::Identity>
requires (concepts::IndirectlyCopyable<It, Out> && concepts::IndirectBinaryPredicate<function::Equal, meta::Projected<It, Proj>, T const*>) |
constexpr auto | operator() (It first, Sent last, Out output, T const &value, Proj proj={}) const -> InOutResult< It, Out > |
|
template<concepts::ForwardContainer Con, concepts::WeaklyIncrementable Out, typename T, typename Proj = function::Identity>
requires (concepts::IndirectlyCopyable<meta::ContainerIterator<Con>, Out> && concepts::IndirectBinaryPredicate<function::Equal, meta::Projected<meta::ContainerIterator<Con>, Proj>, T const*>) |
constexpr auto | operator() (Con &&container, Out output, T const &value, Proj proj={}) const -> InOutResult< meta::BorrowedIterator< Con >, Out > |
|
◆ operator()() [1/2]
auto di::container::detail::RemoveCopyFunction::operator() |
( |
Con && | container, |
|
|
Out | output, |
|
|
T const & | value, |
|
|
Proj | proj = {} ) const -> InOutResult<meta::BorrowedIterator<Con>, Out> |
|
inlineconstexpr |
◆ operator()() [2/2]
template<concepts::InputIterator It, concepts::SentinelFor< It > Sent, concepts::WeaklyIncrementable Out, typename T, typename Proj = function::Identity>
requires (concepts::IndirectlyCopyable<It, Out> && concepts::IndirectBinaryPredicate<
function::Equal,
meta::Projected<It, Proj>, T const*>)
auto di::container::detail::RemoveCopyFunction::operator() |
( |
It | first, |
|
|
Sent | last, |
|
|
Out | output, |
|
|
T const & | value, |
|
|
Proj | proj = {} ) const -> InOutResult<It, Out> |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: