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