A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.com/reference/string/basic_string/operators/ below:

(1)
template <class charT, class traits, class Alloc>  bool operator== (const basic_string<charT,traits,Alloc>& lhs,                   const basic_string<charT,traits,Alloc>& rhs);template <class charT, class traits, class Alloc>  bool operator== (const charT* lhs, const basic_string<charT,traits,Alloc>& rhs);template <class charT, class traits, class Alloc>  bool operator== (const basic_string<charT,traits,Alloc>& lhs, const charT* rhs);
(2)
template <class charT, class traits, class Alloc>  bool operator!= (const basic_string<charT,traits,Alloc>& lhs,                   const basic_string<charT,traits,Alloc>& rhs);template <class charT, class traits, class Alloc>  bool operator!= (const charT* lhs, const basic_string<charT,traits,Alloc>& rhs);template <class charT, class traits, class Alloc>  bool operator!= (const basic_string<charT,traits,Alloc>& lhs, const charT* rhs);
(3)
template <class charT, class traits, class Alloc>  bool operator<  (const basic_string<charT,traits,Alloc>& lhs,                   const basic_string<charT,traits,Alloc>& rhs);template <class charT, class traits, class Alloc>  bool operator<  (const charT* lhs, const basic_string<charT,traits,Alloc>& rhs);template <class charT, class traits, class Alloc>  bool operator<  (const basic_string<charT,traits,Alloc>& lhs, const charT* rhs);
(4)
template <class charT, class traits, class Alloc>  bool operator<= (const basic_string<charT,traits,Alloc>& lhs,                   const basic_string<charT,traits,Alloc>& rhs);template <class charT, class traits, class Alloc>  bool operator<= (const charT* lhs, const basic_string<charT,traits,Alloc>& rhs);template <class charT, class traits, class Alloc>  bool operator<= (const basic_string<charT,traits,Alloc>& lhs, const charT* rhs);
(5)
template <class charT, class traits, class Alloc>  bool operator>  (const basic_string<charT,traits,Alloc>& lhs,                   const basic_string<charT,traits,Alloc>& rhs);template <class charT, class traits, class Alloc>  bool operator>  (const charT* lhs, const basic_string<charT,traits,Alloc>& rhs);template <class charT, class traits, class Alloc>  bool operator>  (const basic_string<charT,traits,Alloc>& lhs, const charT* rhs);
(6)
template <class charT, class traits, class Alloc>  bool operator>= (const basic_string<charT,traits,Alloc>& lhs,                   const basic_string<charT,traits,Alloc>& rhs);template <class charT, class traits, class Alloc>  bool operator>= (const charT* lhs, const basic_string<charT,traits,Alloc>& rhs);template <class charT, class traits, class Alloc>  bool operator>= (const basic_string<charT,traits,Alloc>& lhs, const charT* rhs);

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4