|
|
void | reserve (size_t size) |
|
template<typename T> |
| OStringStream & | operator<< (T &&value) |
|
template<int N> |
| OStringStream & | operator<< (const char(&buf)[N]) |
|
OStringStream & | operator<< (const std::string_view &str) |
|
OStringStream & | operator<< (std::string_view &&str) |
|
OStringStream & | operator<< (const std::string &str) |
|
OStringStream & | operator<< (std::string &&str) |
|
OStringStream & | operator<< (const double &d) |
|
OStringStream & | operator<< (const float &f) |
|
OStringStream & | operator<< (double &&d) |
|
OStringStream & | operator<< (float &&f) |
|
std::string & | str () |
|
const std::string & | str () const |
The documentation for this class was generated from the following file: