#include <utility>
#include <meta/meta.hpp>
#include <concepts/concepts.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/view/transform.hpp>
#include <range/v3/view/view.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>
Go to the source code of this file.
|
template<typename Rng > |
constexpr RANGES_INLINE_VAR bool | ranges::enable_borrowed_range< keys_range_view< Rng > > |
|
template<typename Rng > |
constexpr RANGES_INLINE_VAR bool | ranges::enable_borrowed_range< values_view< Rng > > |
|