libzypp
13.10.6
|
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 | |
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 |