|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Convert from int
More... to unsigned int.
#include <Teuchos_as.hpp>
Static Public Member Functions | |
| static unsigned int | convert (const int t) |
| static unsigned int | safeConvert (const int t) |
Convert from int to unsigned int.
Definition at line 1785 of file Teuchos_as.hpp.
| static unsigned int Teuchos::ValueTypeConversionTraits< unsigned int, int >::convert | ( | const int | t | ) | [inline, static] |
Definition at line 1787 of file Teuchos_as.hpp.
| static unsigned int Teuchos::ValueTypeConversionTraits< unsigned int, int >::safeConvert | ( | const int | t | ) | [inline, static] |
Definition at line 1791 of file Teuchos_as.hpp.
1.7.6.1