libzypp  17.35.16
ztui::utf8 Namespace Reference

Classes

class  string
 Simple utf8 string. More...
 

Functions

string operator+ (const string &lhs, const std::string &rhs)
 
string operator+ (const std::string &lhs, const string &rhs)
 
string operator+ (const string &lhs, const char *rhs)
 
string operator+ (const char *lhs, const string &rhs)
 

Function Documentation

◆ operator+() [1/4]

string ztui::utf8::operator+ ( const string lhs,
const std::string &  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 176 of file Utf8.h.

◆ operator+() [2/4]

string ztui::utf8::operator+ ( const std::string &  lhs,
const string rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 179 of file Utf8.h.

◆ operator+() [3/4]

string ztui::utf8::operator+ ( const string lhs,
const char *  rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 182 of file Utf8.h.

◆ operator+() [4/4]

string ztui::utf8::operator+ ( const char *  lhs,
const string rhs 
)
inline

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 185 of file Utf8.h.