A class to obtain compile-time traits about BoundType classes. More...
Static Public Attributes | |
static const bool | HasTightBounds = false |
If true, then the bounds for each dimension are tight. More... | |
A class to obtain compile-time traits about BoundType classes.
If you are writing your own BoundType class, you should make a template specialization in order to set the values correctly.
Definition at line 26 of file bound_traits.hpp.
|
static |
If true, then the bounds for each dimension are tight.
If false, then the bounds for each dimension may be looser than the range of all points held in the bound. This defaults to false.
Definition at line 31 of file bound_traits.hpp.