libzypp 17.31.7
|
Convenient building of std::string with boost::format. More...
#include <base/String.h>
Public Member Functions | |
Format () | |
Format (const std::string &format_r) | |
template<class Tp > | |
Format & | operator% (Tp &&arg) |
operator std::string () const | |
std::string | asString () const |
std::string | str () const |
const boost::format & | fmter () const |
boost::format & | fmter () |
Protected Attributes | |
boost::format | _fmter |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const Format &obj) |
Stream output. More... | |
Convenient building of std::string with boost::format.
Basically a boost::format autoconvertible to std::string for building string arguments.
|
inline |
|
inline |
|
inline |
|
related |