Public Member Functions | Public Attributes
nvidia::apex::Range< T > Struct Template Reference

A structure that holds two templated values, a min and a max. More...

#include <Module.h>

List of all members.

Public Member Functions

 Range (T inMin, T inMax)
 Constructor, sets min amd max values.
bool operator== (const Range &r) const
 operator ==

Public Attributes

minimum
 Minimal value.
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 Sat Dec 1 2018 15:52:09

Copyright © 2012-2018 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.