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