libstdc++
std::ranges::dangling Struct Reference

#include <ranges_base.h>

Public Member Functions

template<typename... _Args>
constexpr dangling (_Args &&...) noexcept
 

Detailed Description

Type returned by algorithms instead of a dangling iterator or subrange.

Definition at line 944 of file ranges_base.h.

Constructor & Destructor Documentation

◆ dangling()

template<typename... _Args>
constexpr std::ranges::dangling::dangling ( _Args &&  ...)
inlineconstexprnoexcept

Definition at line 948 of file ranges_base.h.


The documentation for this struct was generated from the following file: