|
Teuchos - Trilinos Tools Package 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 2016 of file Teuchos_as.hpp.
|
inlinestatic |
Convert the given unsigned int to 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.