template<typename T>
struct nvxio::Range< T >
Range
class.
- See also
- NVXIO APIs
Definition at line 56 of file Range.hpp.
Determines if the range is left-bounded.
A range is left-bounded if there is a number that is smaller than all its elements.
- Returns
true
if the range is left-bounded; otherwise, returns false
.
Definition at line 85 of file Range.hpp.
Determines if the range is right-bounded.
A range is right-bounded if there is a number that is larger than all its elements.
- Returns
true
if the range is right-bounded; otherwise, returns false
.
Definition at line 91 of file Range.hpp.
Determines if the range includes the particular point.
- Returns
true
if the range includes the particular poin; otherwise, returns false
.
Definition at line 97 of file Range.hpp.
The documentation for this struct was generated from the following file: