|
FlatImage
A configurable Linux containerization system
|
Concept for iterable containers (has begin() and end()) More...
#include <concept.hpp>
Concept for iterable containers (has begin() and end())
| T | The type to check |
Uses std::ranges::range from C++20, which properly checks for begin()/end() compatibility and sentinel types.
Example:
Definition at line 227 of file concept.hpp.