#include <type_traits>
#include <utility>
#include <meta/meta.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/functional/compose.hpp>
#include <range/v3/functional/concepts.hpp>
#include <range/v3/functional/pipeable.hpp>
#include <range/v3/functional/reference_wrapper.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/traits.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.
|
| ranges::template (typename Rng)(concept(simple_view_impl_)(Rng) |
| \concept simple_view_impl_ More...
|
|
| ranges::template (typename ViewFn, typename Rng)(concept(invocable_view_closure_)(ViewFn |
| \concept invocable_view_closure_ More...
|
|
template<typename Rng > |
constexpr bool | ranges::simple_view () noexcept |
|
|
same_as< iterator_t< Rng >, iterator_t< Rng const > > AND | ranges::same_as< sentinel_t< Rng >, sentinel_t< Rng const > > |
|
template<typename Rng > |
CPP_concept | ranges::simple_view_ |
| \concept simple_view_ More...
|
|
template<typename ViewFn , typename Rng > |
CPP_concept | ranges::invocable_view_closure |
| \concept invocable_view_closure More...
|
|