|
Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
Convert from long long
More... to unsigned long long.
#include <Teuchos_as.hpp>

Static Public Member Functions | |
| static unsigned long long | convert (const long long t) |
| static unsigned long long | safeConvert (const long long t) |
| static unsigned long long | convert (const long long t) |
| Convert t from a TypeFrom object to a TypeTo object. | |
| static unsigned long long | safeConvert (const long long t) |
| Convert t from a TypeFrom object to a TypeTo object, with checks for validity. | |
Convert from long long to unsigned long long.
Definition at line 1860 of file Teuchos_as.hpp.
|
inlinestatic |
Definition at line 1862 of file Teuchos_as.hpp.
|
inlinestatic |
Definition at line 1866 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.