FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 123]
 Nns_conceptC++ concepts for type constraints and compile-time validation
 RIsInstanceOfConcept to check if a type is an instance of a specific template
 RBooleanConcept for types that can be contextually converted to bool
 REnumConcept for enumeration types
 RScopedEnumConcept for scoped enumeration types (enum class)
 RVariantConcept for std::variant types
 RUniformConcept to check if all types are the same
 RIterableConcept for iterable containers (has begin() and end())
 RIsContainerOfConcept for containers holding a specific value type
 RIsVectorConcept for std::vector types
 RIsOptionalConcept for std::optional types
 RContainerConcept for standard library container types
 RStringConvertibleConcept for types implicitly convertible to std::string
 RStringConstructibleConcept for types that can construct a std::string
 RNumericConcept for numeric types (integral or floating-point)
 RStreamInsertableConcept for types that support stream insertion (operator<<)
 RStringRepresentableConcept for types that can be represented as a string
 Nns_dbJSON-based configuration database layer
 Nanonymous_namespace{db.hpp}
 RIsString