Inlined version of string conversion functions throwing an exception instead of setting an error code on failure.
More...
#include <string_conv.hpp>
|
static std::string | tolower (const std::string &str) |
|
static std::string | tolower (const char *str, std::size_t strsize) |
|
static std::string | trim (const std::string &str) |
|
static std::string | trim (const char *str, std::size_t strsize) |
|
static std::string | unescape (const std::string &str) |
|
Inlined version of string conversion functions throwing an exception instead of setting an error code on failure.
static std::string strus::string_conv::tolower |
( |
const std::string & |
str | ) |
|
|
inlinestatic |
static std::string strus::string_conv::tolower |
( |
const char * |
str, |
|
|
std::size_t |
strsize |
|
) |
| |
|
inlinestatic |
static std::string strus::string_conv::trim |
( |
const std::string & |
str | ) |
|
|
inlinestatic |
static std::string strus::string_conv::trim |
( |
const char * |
str, |
|
|
std::size_t |
strsize |
|
) |
| |
|
inlinestatic |
static std::string strus::string_conv::unescape |
( |
const std::string & |
str | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: