|
template<class CharT , class Traits > |
bool | pmem::obj::operator== (const basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator!= (const basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member not equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator< (const basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member less than operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator<= (const basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member less or equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator> (const basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member greater than operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator>= (const basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member greater or equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator== (const CharT *lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator!= (const CharT *lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member not equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator< (const CharT *lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member less than operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator<= (const CharT *lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member less or equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator> (const CharT *lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member greater than operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator>= (const CharT *lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member greater or equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator== (const basic_string< CharT, Traits > &lhs, const CharT *rhs) |
| Non-member equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator!= (const basic_string< CharT, Traits > &lhs, const CharT *rhs) |
| Non-member not equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator< (const basic_string< CharT, Traits > &lhs, const CharT *rhs) |
| Non-member less than operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator<= (const basic_string< CharT, Traits > &lhs, const CharT *rhs) |
| Non-member less or equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator> (const basic_string< CharT, Traits > &lhs, const CharT *rhs) |
| Non-member greater than operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator>= (const basic_string< CharT, Traits > &lhs, const CharT *rhs) |
| Non-member greater or equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator== (const std::basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator!= (const std::basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member not equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator< (const std::basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member less than operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator<= (const std::basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member less or equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator> (const std::basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member greater than operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator>= (const std::basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
| Non-member greater or equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator== (const basic_string< CharT, Traits > &lhs, const std::basic_string< CharT, Traits > &rhs) |
| Non-member equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator!= (const basic_string< CharT, Traits > &lhs, const std::basic_string< CharT, Traits > &rhs) |
| Non-member not equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator< (const basic_string< CharT, Traits > &lhs, const std::basic_string< CharT, Traits > &rhs) |
| Non-member less than operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator<= (const basic_string< CharT, Traits > &lhs, const std::basic_string< CharT, Traits > &rhs) |
| Non-member less or equal operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator> (const basic_string< CharT, Traits > &lhs, const std::basic_string< CharT, Traits > &rhs) |
| Non-member greater than operator.
|
|
template<class CharT , class Traits > |
bool | pmem::obj::operator>= (const basic_string< CharT, Traits > &lhs, const std::basic_string< CharT, Traits > &rhs) |
| Non-member greater or equal operator.
|
|
template<class CharT , class Traits > |
void | pmem::obj::swap (basic_string< CharT, Traits > &lhs, basic_string< CharT, Traits > &rhs) |
| Swap the content of persistent strings.
|
|