|
FlatImage
A configurable Linux containerization system
|
| ▼Nns_concept | C++ concepts for type constraints and compile-time validation |
| RIsInstanceOf | Concept to check if a type is an instance of a specific template |
| RBoolean | Concept for types that can be contextually converted to bool |
| REnum | Concept for enumeration types |
| RScopedEnum | Concept for scoped enumeration types (enum class) |
| RVariant | Concept for std::variant types |
| RUniform | Concept to check if all types are the same |
| RIterable | Concept for iterable containers (has begin() and end()) |
| RIsContainerOf | Concept for containers holding a specific value type |
| RIsVector | Concept for std::vector types |
| RIsOptional | Concept for std::optional types |
| RContainer | Concept for standard library container types |
| RStringConvertible | Concept for types implicitly convertible to std::string |
| RStringConstructible | Concept for types that can construct a std::string |
| RNumeric | Concept for numeric types (integral or floating-point) |
| RStreamInsertable | Concept for types that support stream insertion (operator<<) |
| RStringRepresentable | Concept for types that can be represented as a string |
| ▼Nns_db | JSON-based configuration database layer |
| ▼Nanonymous_namespace{db.hpp} | |
| RIsString |