ca-lib2 v2.3.5 (2017-03-29T13:36:46Z)
Dub
Repo
isAnyBoundedLattice
caLib_abstract
lattice
$(IS_ANY BoundedLattice)
template
isAnyBoundedLattice (
T
) {
static if
(
hasCellStateType!T && hasDimension!T
)
enum
isAnyBoundedLattice
;
static if
(!(
hasCellStateType!T && hasDimension!T
))
enum
isAnyBoundedLattice
;
}
Members
Manifest constants
isAnyBoundedLattice
enum
isAnyBoundedLattice
;
Undocumented in source.
isAnyBoundedLattice
enum
isAnyBoundedLattice
;
Undocumented in source.
Meta
Source
See Implementation
caLib_abstract
lattice
structs
BoundedLattice
Lattice
templates
isAnyBoundedLattice
isAnyLattice
isBoundedLattice
isLattice
$(IS_ANY BoundedLattice)