Horizon
Loading...
Searching...
No Matches
Classes | Typedefs
tuple_algorithm.hpp File Reference
#include <initializer_list>
#include <tuple>
#include <type_traits>
#include <utility>
#include <meta/meta.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/detail/adl_get.hpp>
#include <range/v3/functional/invoke.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::tuple_apply_fn
 
struct  ranges::tuple_transform_fn
 
struct  ranges::tuple_foldl_fn
 
struct  ranges::tuple_for_each_fn
 
struct  ranges::make_tuple_fn
 

Typedefs

template<typename Tup >
using ranges::tuple_indices_t = meta::make_index_sequence< std::tuple_size< typename std::remove_reference< Tup >::type >::value >