NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Methods | List of all members
nvbio::Field_traits< T > Struct Template Reference

Detailed description

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 Public Methods

static T min ()
 
static T max ()
 

Member Function Documentation

template<typename T >
static T nvbio::Field_traits< T >::max ( )
inlinestatic

return the maximum value of T

Definition at line 808 of file numbers.h.

template<typename T >
static T nvbio::Field_traits< T >::min ( )
inlinestatic

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: