#include <string>#include "String.ct"#include "String.cti"

Go to the source code of this file.
Definition in file String.hh.
Namespaces |
|
| namespace | senf |
| namespace | senf::detail |
Defines |
|
| #define | HH_SENF_Utils_String_ 1 |
Functions |
|
| template<class ForwardReadableRange > | |
| std::string | senf::stringJoin (ForwardReadableRange const &range, std::string sep) |
| Join string range with separator into single string. |
|
| template<class T > | |
| std::string | senf::str (T const &t) |
| Get string representation. |
|
| template<class Target , class Source > | |
| Target | senf::lexical_cast (Source const &arg) |
| template<class Target > | |
| detail::lexical_caster< Target > | senf::lexical_cast () |