Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::dangling Struct Reference

Description

A placeholder for an iterator or a sentinel into a range that may no longer be valid.

Public Member Functions

template<typename T >
requires constexpr not_same_as_< T, danglingdangling (T &&)
 Implicit converting constructor; ignores argument.