Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Convert from unsigned int
to long
.
More...
#include <Teuchos_as.hpp>
Static Public Member Functions | |
static long | convert (const unsigned int t) |
Convert the given unsigned int to a long . More... | |
static long | safeConvert (const unsigned int t) |
Convert from unsigned int to long , checking for overflow first. More... | |
Convert from unsigned int
to long
.
Definition at line 2016 of file Teuchos_as.hpp.
|
inlinestatic |
Convert the given unsigned int
to a long
.
unsigned int
integer values may overflow long
. You should use safeConvert() if you aren't sure that the given unsigned int
value fits in a long
. Definition at line 2025 of file Teuchos_as.hpp.
|
inlinestatic |
Convert from unsigned int
to long
, checking for overflow first.
Definition at line 2032 of file Teuchos_as.hpp.