|
Teuchos - Trilinos Tools Package Version of the Day
|
Convert raw C string to std::string. More...
#include <Teuchos_as.hpp>
Static Public Member Functions | |
| static std::string | convert (const char t) |
| Convert t from a TypeFrom object to a TypeTo object. | |
| static std::string | safeConvert (const char t) |
| Convert t from a TypeFrom object to a TypeTo object, with checks for validity. | |
Convert raw C string to std::string.
Definition at line 2453 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.