Public Member Functions | |
| template<typename F , requires = (std::is_bind_expression<uncvref_t<F>>())> | |
| detail::protect< uncvref_t< F > > | operator() (F &&f) const |
| template<typename F , requires = (!std::is_bind_expression<uncvref_t<F>>())> | |
| F | operator() (F &&f) const |
| F ranges::v3::protect_fn::operator() | ( | F && | f | ) | const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.