xentara-utils v2.0.4
The Xentara Utility Library
|
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. | |
A sentinel that checks for the temination of a sequence.
kTermination | The termination to check |
|
related |
A sentinel that checks for the null-temination of a sequence.
|
related |
A sentinel that checks for the temination of a sequence.
kTermination | The termination to check |