template<
typename T>
struct nvbio::Field_traits< T >
A generic class to represent traits of numeric types T. Unlike STL's numeric_traits, Field_traits<T>::min() and Field_traits<T>::max() are signed.
Definition at line 787 of file numbers.h.
#include <numbers.h>
|
static T | min () |
|
static T | max () |
|
return the maximum value of T
Definition at line 808 of file numbers.h.
return the minimum value of T
Definition at line 800 of file numbers.h.
The documentation for this struct was generated from the following file: