Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
Teuchos::ValueTypeConversionTraits< unsigned int, float > Class Template Reference

Convert from float to unsigned int. More...

#include <Teuchos_as.hpp>

Static Public Member Functions

static unsigned int convert (const float t)
 Convert the given float to an unsigned int. More...
 
static unsigned int safeConvert (const float t)
 Convert the given float to an unsigned int, checking first or under- or overflow. More...
 

Detailed Description

template<>
class Teuchos::ValueTypeConversionTraits< unsigned int, float >

Convert from float to unsigned int.

Definition at line 1532 of file Teuchos_as.hpp.

Member Function Documentation

static unsigned int Teuchos::ValueTypeConversionTraits< unsigned int, float >::convert ( const float  t)
inlinestatic

Convert the given float to an unsigned int.

Definition at line 1535 of file Teuchos_as.hpp.

static unsigned int Teuchos::ValueTypeConversionTraits< unsigned int, float >::safeConvert ( const float  t)
inlinestatic

Convert the given float to an unsigned int, checking first or under- or overflow.

Definition at line 1542 of file Teuchos_as.hpp.


The documentation for this class was generated from the following file: