Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZStd::unreachable_sentinel_t Struct Reference

#include <unreachable_sentinel.h>

Friends

template<class I , class = enable_if_t<weakly_incrementable<I>>>
bool operator== (unreachable_sentinel_t, const I &) noexcept
 
template<class I , class = enable_if_t<weakly_incrementable<I>>>
bool operator!= (unreachable_sentinel_t, const I &) noexcept
 
template<class I , class = enable_if_t<weakly_incrementable<I>>>
bool operator== (const I &, unreachable_sentinel_t) noexcept
 
template<class I , class = enable_if_t<weakly_incrementable<I>>>
bool operator!= (const I &, unreachable_sentinel_t) noexcept
 

Detailed Description

Represents the upper bound of an unbounded range It is never equal to the iterator being compared against.


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