|
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) |
| static unsigned int | convert (const int t) |
| Convert t from a TypeFrom object to a TypeTo object. | |
| static unsigned int | safeConvert (const int t) |
| Convert t from a TypeFrom object to a TypeTo object, with checks for validity. | |
Convert from int to unsigned int.
Definition at line 1804 of file Teuchos_as.hpp.
|
inlinestatic |
Definition at line 1806 of file Teuchos_as.hpp.
|
inlinestatic |
Definition at line 1810 of file Teuchos_as.hpp.
|
inlinestatic |
Convert t from a TypeFrom object to a TypeTo object.
Definition at line 182 of file Teuchos_as.hpp.
|
inlinestatic |
Convert t from a TypeFrom object to a TypeTo object, with checks for validity.
Definition at line 189 of file Teuchos_as.hpp.