|
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. | |
| static long | safeConvert (const unsigned int t) |
Convert from unsigned int to long, checking for overflow first. | |
Convert from unsigned int to long.
Definition at line 2048 of file Teuchos_as.hpp.
|
inlinestatic |
Convert the given unsigned int to a long.
Definition at line 2057 of file Teuchos_as.hpp.
|
inlinestatic |
Convert from unsigned int to long, checking for overflow first.
Definition at line 2064 of file Teuchos_as.hpp.