Navigation
API > API/Runtime > API/Runtime/Core
Describes a type that can be iterated over using range-based for loops or standard algorithms. The type must provide valid begin_ and end_ methods, either through member functions or through overloads of begin_ and end_ found via argument-dependent lookup (ADL).
| Name | CIterable |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Concepts/Iterable.h |
| Include Path | #include "Concepts/Iterable.h" |
Syntax
struct CIterable
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
decltype(UE::Core::Iterable::Private::Begin((T &&) Val), UE::Core::Iterable::Private::End((T &&) Val)) Requires
(
T&& Val |
Concepts/Iterable.h |