Horizon
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Variables
access.hpp File Reference
#include <iterator>
#include <type_traits>
#include <utility>
#include <std/detail/associated_types.hpp>
#include <meta/meta.hpp>
#include <concepts/concepts.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/utility/move.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/utility/swap.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Classes

struct  ranges::is_indirectly_movable< I, O >
 
struct  ranges::is_nothrow_indirectly_movable< I, O >
 
struct  ranges::is_indirectly_swappable< T, U >
 
struct  ranges::is_nothrow_indirectly_swappable< T, U >
 

Namespaces

namespace  ranges::cpp20
 

Typedefs

template<typename R >
using ranges::iter_reference_t = detail::iter_reference_t_< R >
 
template<typename R >
using ranges::iter_value_t = detail::iter_value_t_< uncvref_t< R > >
 

Variables

template<typename I , typename O >
RANGES_INLINE_VAR constexpr bool ranges::is_indirectly_movable_v
 
template<typename I , typename O >
RANGES_INLINE_VAR constexpr bool ranges::is_nothrow_indirectly_movable_v
 
template<typename T , typename U >
RANGES_INLINE_VAR constexpr bool is_indirectly_swappable_v
 
template<typename T , typename U >
RANGES_INLINE_VAR constexpr bool ranges::is_nothrow_indirectly_swappable_v