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

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

#include <range/v3/range/dangling.hpp>

Public Member Functions

template<typename T >
CPP_TEMPLATE_AUX_0 c (requires not_same_as_< T, dangling >) ccconstexpr dangling(T &&)
 Implicit converting constructor; ignores argument.
 

Detailed Description

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