|
FlatImage
A configurable Linux containerization system
|
Concept for types that can be contextually converted to bool. More...
#include <concept.hpp>
Concept for types that can be contextually converted to bool.
| T | The type to check |
This concept matches the standard library's boolean-testable requirements. Types satisfying this concept can be used in boolean contexts (if, while, etc.) and support logical negation.
Accepts: bool, int, pointers, std::optional, std::unique_ptr, etc.
Example:
Definition at line 103 of file concept.hpp.