other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
std::ranges::dangling(3cxx) | std::ranges::dangling(3cxx) |
NAME¶
std::ranges::dangling - Type returned by algorithms instead of a dangling iterator or subrange.
SYNOPSIS¶
#include <ranges>
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.
Constructor & Destructor Documentation¶
template<typename... _Args> constexpr std::ranges::dangling::dangling (_Args && ...) [inline], [constexpr], [noexcept]¶
Definition at line 948 of file ranges.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |