FreePOOMA
2.4.1
|
LeftDomain is one of the domain wildcards, which are used when constructing other domains using specific combination rules. More...
Classes | |
class | LeftDomain< Dim > |
LeftDomain is a special domain class which is used as a 'wildcard'. More... | |
struct | DomainTraits< LeftDomain< Dim > > |
DomainTraits<LeftDomain<Dim>> provides traits information about LeftDomain, which is one of the domain wildcards. More... |
LeftDomain is one of the domain wildcards, which are used when constructing other domains using specific combination rules.
LeftDomain means to use the starting endpoint of the domain of a second 'reference' domain, with a new user-provided right endpoint, when constructing a new domain. It is also used when constructing new domains with no other arguments to mean that the domain should not be initialized, which can save considerable time in some circumstances.