nvidia::apex::Range< T > Struct Template Reference
A structure that holds two templated values, a min and a max. More...
#include <Module.h>
Public Member Functions | |
Range (T inMin, T inMax) | |
Constructor, sets min amd max values. | |
bool | operator== (const Range &r) const |
operator == | |
Public Attributes | |
T | minimum |
Minimal value. | |
T | maximum |
Maximal value. |
Detailed Description
template<typename T>
struct nvidia::apex::Range< T >
A structure that holds two templated values, a min and a max.
The documentation for this struct was generated from the following file:
Generated on Fri Dec 15 2017 13:58:39
Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.