#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)(AND(range_cardinality< Rng > |
|
| ranges::template (typename ViewFn, typename Rng)(concept(invocable_view_closure_)(ViewFn |
|
template<typename Rng > |
constexpr bool | ranges::simple_view () noexcept |
|