|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Convert from short
More... to unsigned short.
#include <Teuchos_as.hpp>
Static Public Member Functions | |
| static unsigned short | convert (const short t) |
| static unsigned short | safeConvert (const short t) |
Convert from short to unsigned short.
Definition at line 1757 of file Teuchos_as.hpp.
| static unsigned short Teuchos::ValueTypeConversionTraits< unsigned short, short >::convert | ( | const short | t | ) | [inline, static] |
Definition at line 1759 of file Teuchos_as.hpp.
| static unsigned short Teuchos::ValueTypeConversionTraits< unsigned short, short >::safeConvert | ( | const short | t | ) | [inline, static] |
Definition at line 1763 of file Teuchos_as.hpp.
1.7.6.1