|
libzypp
17.37.18
|
Convenient building of std::string via std::ostringstream Basically a std::ostringstream autoconvertible to std::string for building string arguments. More...
#include <zypp-core/base/String.h>
Public Member Functions | |
| template<class Tp > | |
| Str & | operator<< (Tp &&val) |
| Str & | operator<< (std::ostream &(*iomanip)(std::ostream &)) |
| operator std::string () const | |
| std::string | asString () const |
| std::string | str () const |
| const std::ostream & | stream () const |
| std::ostream & | stream () |
| void | clear () |
Private Attributes | |
| std::ostringstream | _str |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const Str &obj) |
Convenient building of std::string via std::ostringstream Basically a std::ostringstream autoconvertible to std::string for building string arguments.
|
inline |
|
inline |
|
inline |
|
related |