template <typename F>
constexpr detail::one_shot_wrapper<
typename std::decay<F>::type>
one_shot(F&& f)
template <typename F>
constexpr detail::one_shot_wrapper<
typename std::decay<F>::type>
one_shot(F&& f)Declared at: libs/pika/functional/include/pika/functional/one_shot.hpp:103
Parameters
- F&& f