|
template<class sT> |
tBool | operator== (const tChar *str1, const string_base< sT > &str2) |
| String compare if equal.
|
|
template<class sT> |
tBool | operator!= (const tChar *str1, const string_base< sT > &str2) |
| String compare if not equal.
|
|
template<class sT> |
tBool | operator< (const tChar *str1, const string_base< sT > &str2) |
| String compare if less than.
|
|
template<class sT> |
tBool | operator> (const tChar *str1, const string_base< sT > &str2) |
| String compare if greater than.
|
|
template<class sT> |
tBool | operator<= (const tChar *str1, const string_base< sT > &str2) |
| String compare if less or equal than.
|
|
template<class sT> |
tBool | operator>= (const tChar *str1, const string_base< sT > &str2) |
| String compare if greater or equal than.
|
|
template<class sT> |
tBool | operator== (const std::string &str1, const string_base< sT > &str2) |
| String compare if equal.
|
|
template<class sT> |
tBool | operator!= (const std::string &str1, const string_base< sT > &str2) |
| String compare if not equal.
|
|
template<class sT> |
tBool | operator< (const std::string &str1, const string_base< sT > &str2) |
| String compare if less than.
|
|
template<class sT> |
tBool | operator> (const std::string &str1, const string_base< sT > &str2) |
| String compare if greater than.
|
|
template<class sT> |
tBool | operator<= (const std::string &str1, const string_base< sT > &str2) |
| String compare if less or equal than.
|
|
template<class sT> |
tBool | operator>= (const std::string &str1, const string_base< sT > &str2) |
| String compare if greater or equal than.
|
|
template<class sT> |
tBool | operator== (const string_base< sT > &str1, const std::string &str2) |
| String compare if equal.
|
|
template<class sT> |
tBool | operator!= (const string_base< sT > &str1, const std::string &str2) |
| String compare if not equal.
|
|
template<class sT> |
tBool | operator< (const string_base< sT > &str1, const std::string &str2) |
| String compare if less than.
|
|
template<class sT> |
tBool | operator> (const string_base< sT > &str1, const std::string &str2) |
| String compare if greater than.
|
|
template<class sT> |
tBool | operator<= (const string_base< sT > &str1, const std::string &str2) |
| String compare if less or equal than.
|
|
template<class sT> |
tBool | operator>= (const string_base< sT > &str1, const std::string &str2) |
| String compare if greater or equal than.
|
|
template<class sT, class sT2> |
string_base< sT > | operator+ (const string_base< sT > &str1, const string_base< sT2 > &str2) |
| Join two strings.
|
|
template<class sT> |
string_base< sT > | operator+ (const tChar *str1, const string_base< sT > &str2) |
| Join two strings.
|
|
template<class sT> |
string_base< sT > | operator+ (const string_base< sT > &str1, const tChar *str2) |
| Join two strings.
|
|