|
Horizon
|
#include <type_traits>#include <utility>#include <meta/meta.hpp>#include <concepts/concepts.hpp>#include <range/v3/range_fwd.hpp>#include <range/v3/iterator/basic_iterator.hpp>#include <range/v3/iterator/default_sentinel.hpp>#include <range/v3/iterator/traits.hpp>#include <range/v3/view/interface.hpp>#include <range/v3/detail/prologue.hpp>#include <range/v3/detail/epilogue.hpp>Go to the source code of this file.
Classes | |
| struct | ranges::view_facade< Derived, Cardinality > |
| A utility for constructing a view from a (derived) type that implements begin and end cursors. More... | |
| struct | ranges::view_facade< Derived, Cardinality >::view_as_cursor |