|
| indirected (Fn fn) |
|
template<typename... Its> |
invoke_result_t< Fn &, iter_reference_t< Its >... > | operator() (copy_tag, Its...) const |
|
template<typename... Its> |
auto | CPP_auto_fun (operator())(Its... its)(return invoke(fn_ |
|
template<typename... Its> |
auto *its auto | CPP_auto_fun (operator())(Its... its)(const)(return invoke((Fn const &) fn_ |
|
template<typename... Its> |
auto *its auto *its auto | CPP_auto_fun (operator())(move_tag |
|
auto *its auto *its auto Its | its (return static_cast< aux::move_t< invoke_result_t< Fn &, iter_reference_t< Its >... > > >(aux::move(invoke(fn_, *its...)))) template< typename... Its > auto CPP_auto_fun(operator())(move_tag |
|
The documentation for this struct was generated from the following file: