MCRO
C++23 utilities for Unreal Engine.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Mcro::Range::CIsIteratorStep Concept Reference

Constraint given iterator to its best stepping capability. More...

#include <Concepts.h>

Concept definition

template<typename T, EIteratorStep Step>
Constraint given iterator to its best stepping capability.
Definition Concepts.h:142
constexpr EIteratorStep TIteratorStep
Get the maximum steps the given iterator can be seeking with.
Definition Concepts.h:109

Detailed Description

Constraint given iterator to its best stepping capability.

To constrain for "at least" method of capability use CBasicForwardIterator and refining concepts.

Definition at line 142 of file Concepts.h.