![]() |
Raven Engine v0.1
|
Concept to check if T is iterable (supports begin() and end()). More...
#include <Concepts.h>
Concept to check if T is iterable (supports begin() and end()).
This concept checks if the type T supports the begin() and end() functions, indicating that it is iterable.
| T | The type to check. |