Horizon
|
#include <type_traits>
#include <typeinfo>
#include <utility>
#include <range/v3/range_fwd.hpp>
#include <range/v3/iterator/default_sentinel.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/addressof.hpp>
#include <range/v3/utility/memory.hpp>
#include <range/v3/view/all.hpp>
#include <range/v3/view/facade.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/satisfy_boost_range.hpp>
#include <range/v3/detail/epilogue.hpp>
Go to the source code of this file.
Classes | |
struct | ranges::any_view< Ref, Cat, enable > |
A type-erased view. More... | |
struct | ranges::any_view< Ref, Cat, meta::if_c<(Cat &category::forward)==category::input > > |
Enumerations | |
enum class | ranges::category { none = 0 , input = 1 , forward = 3 , bidirectional = 7 , random_access = 15 , mask = random_access , sized = 16 } |
An enum that denotes the supported subset of range concepts supported by a range. More... | |
Functions | |
ranges::template (typename Rng)() any_view(Rng &&) -> any_view< range_reference_t< Rng >, get_categories< Rng >()> | |
|
strong |
An enum that denotes the supported subset of range concepts supported by a range.