#include <cstdlib>
#include <cstring>
#include <wchar.h>
#include <iostream>
#include <string>
#include <utility>
Go to the source code of this file.
|
string | ztui::utf8::operator+ (const string &lhs, const std::string &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
string | ztui::utf8::operator+ (const std::string &lhs, const string &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
string | ztui::utf8::operator+ (const string &lhs, const char *rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
string | ztui::utf8::operator+ (const char *lhs, const string &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|