Horizon
|
#include <type_traits>
#include <meta/meta.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/action/concepts.hpp>
#include <range/v3/functional/compose.hpp>
#include <range/v3/functional/concepts.hpp>
#include <range/v3/functional/invoke.hpp>
#include <range/v3/functional/reference_wrapper.hpp>
#include <range/v3/functional/pipeable.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/utility/move.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>
Go to the source code of this file.
Classes | |
struct | ranges::make_action_closure_fn |
struct | ranges::actions::action_closure< ActionFn > |
Concepts | |
concept | ranges::invocable_action_closure_ |
The invocable_action_closure_ concept. | |
concept | ranges::invocable_action_closure |
The invocable_action_closure concept. | |
Functions | |
ranges::template (typename ActionFn, typename Rng)(concept(invocable_action_closure_)(ActionFn | |
Variables | |
ranges::Rng | |
template<typename ActionFn , typename Rng > | |
CPP_concept | ranges::invocable_action_closure |