|
libzypp
15.3.0
|
Convenient building of std::string via std::ostream::operator<<. More...
#include <String.h>
Public Member Functions | |
| template<class _Tp > | |
| Str & | operator<< (const _Tp &val) |
| operator std::string () const | |
| std::string | str () const |
| std::ostream & | stream () |
| void | clear () |
Public Attributes | |
| std::ostringstream | _str |
Convenient building of std::string via std::ostream::operator<<.
Basically this is an ostringstream which is autocenvertible into a string.
|
inline |