Horizon
|
#include <tuple>
#include <meta/meta.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/functional/invoke.hpp>
#include <range/v3/utility/tuple_algorithm.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>
Go to the source code of this file.
Classes | |
struct | ranges::detail::bind_back_fn_< Fn, Args > |
struct | ranges::bind_back_fn |
Typedefs | |
template<typename Fn , typename... Args> | |
using | ranges::detail::bind_back_fn = bind_back_fn_< decay_t< Fn >, decay_t< Args >... > |