Horizon
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
dangling.hpp File Reference
#include <utility>
#include <concepts/concepts.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.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.

Classes

struct  ranges::dangling
 A placeholder for an iterator or a sentinel into a range that may no longer be valid. More...
 

Namespaces

namespace  ranges::cpp20
 

Typedefs

template<typename Rng >
using ranges::borrowed_iterator_t = detail::maybe_dangling_< Rng, iterator_t< Rng > >
 
using ranges::cpp20::instead = borrowed_iterator_t< Rng >