Synopsis of methods | |
constexpr replace_if_fn | replace_if {} |
Public Member Functions | |
template<typename Pred , typename Val > | |
constexpr auto | operator() (Pred pred, Val new_value) const |
![]() | |
template<typename Rng , typename Pred , typename Val > | |
constexpr replace_if_view< all_t< Rng >, Pred, Val > | operator() (Rng &&rng, Pred pred, Val new_value) const |