xentara-utils v2.0.3
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::iterator::TerminationSentinel< kTermination > Class Template Reference

A sentinel that checks for the temination of a sequence. More...

#include <xentara/utils/iterator/TerminationSentinel.hpp>

Related Symbols

(Note that these are not member symbols.)

template<auto kTermination = '\0'>
constexpr TerminationSentinel< kTermination > kTerminationSentinel
 A sentinel that checks for the temination of a sequence.
 
constexpr TerminationSentinel<'\0'> kNullTerminationSentinel
 A sentinel that checks for the null-temination of a sequence.
 

Detailed Description

template<auto kTermination = '\0'>
class xentara::utils::iterator::TerminationSentinel< kTermination >

A sentinel that checks for the temination of a sequence.

Template Parameters
kTerminationThe termination to check

Friends And Related Symbol Documentation

◆ kNullTerminationSentinel

template<auto kTermination = '\0'>
constexpr TerminationSentinel<'\0'> kNullTerminationSentinel
related

A sentinel that checks for the null-temination of a sequence.

◆ kTerminationSentinel

template<auto kTermination = '\0'>
template<auto kTermination = '\0'>
constexpr TerminationSentinel<kTermination> kTerminationSentinel
related

A sentinel that checks for the temination of a sequence.

Template Parameters
kTerminationThe termination to check