|
FlatImage
A configurable Linux containerization system
|
Concept for containers holding a specific value type. More...
#include <concept.hpp>
Concept for containers holding a specific value type.
| T | The container type |
| U | The expected value type |
Checks if a container's value_type matches the specified type and is iterable.
Example:
Definition at line 257 of file concept.hpp.