dune-common 2.11
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 1234]
 NDuneDune namespace
 NConceptNamespace for concepts
 RNumberThe Number concept is satisfied if the type N can act as a scalar in the context of (hierarchically blocked) containers
 NStdNamespace for features backported from new C++ standards
 Rthree_way_comparableThe concept std::three_way_comparable specifies that the three way comparison operator <=> on T yield results consistent with the comparison category implied by Cat
 Rthree_way_comparable_withThe concept std::three_way_comparable_with specifies that the three way comparison operator <=> on (possibly mixed) T and U operands yield results consistent with the comparison category implied by Cat. Comparing mixed operands yields results equivalent to comparing the operands converted to their common type
 Rindirectly_copyableThe std::indirectly_copyable concept specifies the relationship between an indirectly_readable type and a type that is indirectly_writable. The indirectly_writable type must be able to directly copy the object that the indirectly_readable type references
 NTypeTree
 NConcept
 RTreeNodeModel of a node of a typetree
 RStaticDegreeInnerTreeNodeModel of an inner node of a typetree with compile time known degree and child access via index_constant
 RUniformInnerTreeNodeModel of an inner node of a typetree with uniform nodes accessible via runtime index
 RInnerTreeNodeModel of an inner tree node of a typetree (either static degree or uniform)
 RLeafTreeNodeModel of a leaf tree node of a typetree