PCL
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
String Relational Operators

Functions

bool pcl::operator< (char16_t c1, const String &s2) noexcept
 
bool pcl::operator< (const char16_t *t1, const String &s2) noexcept
 
bool pcl::operator< (const String &s1, char16_t c2) noexcept
 
bool pcl::operator< (const String &s1, const char16_t *t2) noexcept
 
bool pcl::operator< (const String &s1, const wchar_t *t2) noexcept
 
bool pcl::operator< (const String &s1, String::char8_type c2) noexcept
 
bool pcl::operator< (const String &s1, String::const_c_string8 t2) noexcept
 
bool pcl::operator< (const String &s1, wchar_t c2) noexcept
 
bool pcl::operator< (const wchar_t *t1, const String &s2) noexcept
 
bool pcl::operator< (String::char8_type c1, const String &s2) noexcept
 
bool pcl::operator< (String::const_c_string8 t1, const String &s2) noexcept
 
bool pcl::operator< (wchar_t c1, const String &s2) noexcept
 
bool pcl::operator<= (char16_t c1, const String &s2) noexcept
 
bool pcl::operator<= (const char16_t *t1, const String &s2) noexcept
 
bool pcl::operator<= (const String &s1, char16_t c2) noexcept
 
bool pcl::operator<= (const String &s1, const char16_t *t2) noexcept
 
bool pcl::operator<= (const String &s1, const wchar_t *t2) noexcept
 
bool pcl::operator<= (const String &s1, String::char8_type c2) noexcept
 
bool pcl::operator<= (const String &s1, String::const_c_string8 t2) noexcept
 
bool pcl::operator<= (const String &s1, wchar_t c2) noexcept
 
bool pcl::operator<= (const wchar_t *t1, const String &s2) noexcept
 
bool pcl::operator<= (String::char8_type c1, const String &s2) noexcept
 
bool pcl::operator<= (String::const_c_string8 t1, const String &s2) noexcept
 
bool pcl::operator<= (wchar_t c1, const String &s2) noexcept
 
bool pcl::operator== (char16_t c1, const String &s2) noexcept
 
bool pcl::operator== (const char16_t *t1, const String &s2) noexcept
 
bool pcl::operator== (const String &s1, char16_t c2) noexcept
 
bool pcl::operator== (const String &s1, const char16_t *t2) noexcept
 
bool pcl::operator== (const String &s1, const wchar_t *t2) noexcept
 
bool pcl::operator== (const String &s1, String::char8_type c2) noexcept
 
bool pcl::operator== (const String &s1, String::const_c_string8 t2) noexcept
 
bool pcl::operator== (const String &s1, wchar_t c2) noexcept
 
bool pcl::operator== (const wchar_t *t1, const String &s2) noexcept
 
bool pcl::operator== (String::char8_type c1, const String &s2) noexcept
 
bool pcl::operator== (String::const_c_string8 t1, const String &s2) noexcept
 
bool pcl::operator== (wchar_t c1, const String &s2) noexcept
 
bool pcl::operator> (char16_t c1, const String &s2) noexcept
 
bool pcl::operator> (const char16_t *t1, const String &s2) noexcept
 
bool pcl::operator> (const String &s1, char16_t c2) noexcept
 
bool pcl::operator> (const String &s1, const char16_t *t2) noexcept
 
bool pcl::operator> (const String &s1, const wchar_t *t2) noexcept
 
bool pcl::operator> (const String &s1, String::char8_type c2) noexcept
 
bool pcl::operator> (const String &s1, String::const_c_string8 t2) noexcept
 
bool pcl::operator> (const String &s1, wchar_t c2) noexcept
 
bool pcl::operator> (const wchar_t *t1, const String &s2) noexcept
 
bool pcl::operator> (String::char8_type c1, const String &s2) noexcept
 
bool pcl::operator> (String::const_c_string8 t1, const String &s2) noexcept
 
bool pcl::operator> (wchar_t c1, const String &s2) noexcept
 
bool pcl::operator>= (char16_t c1, const String &s2) noexcept
 
bool pcl::operator>= (const char16_t *t1, const String &s2) noexcept
 
bool pcl::operator>= (const String &s1, char16_t c2) noexcept
 
bool pcl::operator>= (const String &s1, const char16_t *t2) noexcept
 
bool pcl::operator>= (const String &s1, const wchar_t *t2) noexcept
 
bool pcl::operator>= (const String &s1, String::char8_type c2) noexcept
 
bool pcl::operator>= (const String &s1, String::const_c_string8 t2) noexcept
 
bool pcl::operator>= (const String &s1, wchar_t c2) noexcept
 
bool pcl::operator>= (const wchar_t *t1, const String &s2) noexcept
 
bool pcl::operator>= (String::char8_type c1, const String &s2) noexcept
 
bool pcl::operator>= (String::const_c_string8 t1, const String &s2) noexcept
 
bool pcl::operator>= (wchar_t c1, const String &s2) noexcept
 

Detailed Description

Function Documentation

◆ operator<() [1/12]

bool pcl::operator< ( char16_t  c1,
const String s2 
)
inlinenoexcept

Less than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13533 of file String.h.

◆ operator<() [2/12]

bool pcl::operator< ( const char16_t *  t1,
const String s2 
)
inlinenoexcept

Less than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13423 of file String.h.

◆ operator<() [3/12]

bool pcl::operator< ( const String s1,
char16_t  c2 
)
inlinenoexcept

Less than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13478 of file String.h.

◆ operator<() [4/12]

bool pcl::operator< ( const String s1,
const char16_t *  t2 
)
inlinenoexcept

Less than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13368 of file String.h.

◆ operator<() [5/12]

bool pcl::operator< ( const String s1,
const wchar_t *  t2 
)
inlinenoexcept

Less than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13588 of file String.h.

◆ operator<() [6/12]

bool pcl::operator< ( const String s1,
String::char8_type  c2 
)
inlinenoexcept

Less than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13918 of file String.h.

◆ operator<() [7/12]

bool pcl::operator< ( const String s1,
String::const_c_string8  t2 
)
inlinenoexcept

Less than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13808 of file String.h.

◆ operator<() [8/12]

bool pcl::operator< ( const String s1,
wchar_t  c2 
)
inlinenoexcept

Less than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13698 of file String.h.

◆ operator<() [9/12]

bool pcl::operator< ( const wchar_t *  t1,
const String s2 
)
inlinenoexcept

Less than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13643 of file String.h.

◆ operator<() [10/12]

bool pcl::operator< ( String::char8_type  c1,
const String s2 
)
inlinenoexcept

Less than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13973 of file String.h.

◆ operator<() [11/12]

bool pcl::operator< ( String::const_c_string8  t1,
const String s2 
)
inlinenoexcept

Less than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13863 of file String.h.

◆ operator<() [12/12]

bool pcl::operator< ( wchar_t  c1,
const String s2 
)
inlinenoexcept

Less than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13753 of file String.h.

◆ operator<=() [1/12]

bool pcl::operator<= ( char16_t  c1,
const String s2 
)
inlinenoexcept

Less than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13544 of file String.h.

◆ operator<=() [2/12]

bool pcl::operator<= ( const char16_t *  t1,
const String s2 
)
inlinenoexcept

Less than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13434 of file String.h.

◆ operator<=() [3/12]

bool pcl::operator<= ( const String s1,
char16_t  c2 
)
inlinenoexcept

Less than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13489 of file String.h.

◆ operator<=() [4/12]

bool pcl::operator<= ( const String s1,
const char16_t *  t2 
)
inlinenoexcept

Less than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13379 of file String.h.

◆ operator<=() [5/12]

bool pcl::operator<= ( const String s1,
const wchar_t *  t2 
)
inlinenoexcept

Less than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13599 of file String.h.

◆ operator<=() [6/12]

bool pcl::operator<= ( const String s1,
String::char8_type  c2 
)
inlinenoexcept

Less than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13929 of file String.h.

◆ operator<=() [7/12]

bool pcl::operator<= ( const String s1,
String::const_c_string8  t2 
)
inlinenoexcept

Less than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13819 of file String.h.

◆ operator<=() [8/12]

bool pcl::operator<= ( const String s1,
wchar_t  c2 
)
inlinenoexcept

Less than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13709 of file String.h.

◆ operator<=() [9/12]

bool pcl::operator<= ( const wchar_t *  t1,
const String s2 
)
inlinenoexcept

Less than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13654 of file String.h.

◆ operator<=() [10/12]

bool pcl::operator<= ( String::char8_type  c1,
const String s2 
)
inlinenoexcept

Less than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13984 of file String.h.

◆ operator<=() [11/12]

bool pcl::operator<= ( String::const_c_string8  t1,
const String s2 
)
inlinenoexcept

Less than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13874 of file String.h.

◆ operator<=() [12/12]

bool pcl::operator<= ( wchar_t  c1,
const String s2 
)
inlinenoexcept

Less than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13764 of file String.h.

◆ operator==() [1/12]

bool pcl::operator== ( char16_t  c1,
const String s2 
)
inlinenoexcept

Equality operator.

Definition at line 13522 of file String.h.

◆ operator==() [2/12]

bool pcl::operator== ( const char16_t *  t1,
const String s2 
)
inlinenoexcept

Equality operator.

Definition at line 13412 of file String.h.

◆ operator==() [3/12]

bool pcl::operator== ( const String s1,
char16_t  c2 
)
inlinenoexcept

Equality operator.

Definition at line 13467 of file String.h.

◆ operator==() [4/12]

bool pcl::operator== ( const String s1,
const char16_t *  t2 
)
inlinenoexcept

Equality operator.

Definition at line 13357 of file String.h.

◆ operator==() [5/12]

bool pcl::operator== ( const String s1,
const wchar_t *  t2 
)
inlinenoexcept

Equality operator.

Definition at line 13577 of file String.h.

◆ operator==() [6/12]

bool pcl::operator== ( const String s1,
String::char8_type  c2 
)
inlinenoexcept

Equality operator.

Definition at line 13907 of file String.h.

◆ operator==() [7/12]

bool pcl::operator== ( const String s1,
String::const_c_string8  t2 
)
inlinenoexcept

Equality operator.

Definition at line 13797 of file String.h.

◆ operator==() [8/12]

bool pcl::operator== ( const String s1,
wchar_t  c2 
)
inlinenoexcept

Equality operator.

Definition at line 13687 of file String.h.

◆ operator==() [9/12]

bool pcl::operator== ( const wchar_t *  t1,
const String s2 
)
inlinenoexcept

Equality operator.

Definition at line 13632 of file String.h.

◆ operator==() [10/12]

bool pcl::operator== ( String::char8_type  c1,
const String s2 
)
inlinenoexcept

Equality operator.

Definition at line 13962 of file String.h.

◆ operator==() [11/12]

bool pcl::operator== ( String::const_c_string8  t1,
const String s2 
)
inlinenoexcept

Equality operator.

Definition at line 13852 of file String.h.

◆ operator==() [12/12]

bool pcl::operator== ( wchar_t  c1,
const String s2 
)
inlinenoexcept

Equality operator.

Definition at line 13742 of file String.h.

◆ operator>() [1/12]

bool pcl::operator> ( char16_t  c1,
const String s2 
)
inlinenoexcept

Greater than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13555 of file String.h.

◆ operator>() [2/12]

bool pcl::operator> ( const char16_t *  t1,
const String s2 
)
inlinenoexcept

Greater than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13445 of file String.h.

◆ operator>() [3/12]

bool pcl::operator> ( const String s1,
char16_t  c2 
)
inlinenoexcept

Greater than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13500 of file String.h.

◆ operator>() [4/12]

bool pcl::operator> ( const String s1,
const char16_t *  t2 
)
inlinenoexcept

Greater than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13390 of file String.h.

◆ operator>() [5/12]

bool pcl::operator> ( const String s1,
const wchar_t *  t2 
)
inlinenoexcept

Greater than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13610 of file String.h.

◆ operator>() [6/12]

bool pcl::operator> ( const String s1,
String::char8_type  c2 
)
inlinenoexcept

Greater than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13940 of file String.h.

◆ operator>() [7/12]

bool pcl::operator> ( const String s1,
String::const_c_string8  t2 
)
inlinenoexcept

Greater than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13830 of file String.h.

◆ operator>() [8/12]

bool pcl::operator> ( const String s1,
wchar_t  c2 
)
inlinenoexcept

Greater than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13720 of file String.h.

◆ operator>() [9/12]

bool pcl::operator> ( const wchar_t *  t1,
const String s2 
)
inlinenoexcept

Greater than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13665 of file String.h.

◆ operator>() [10/12]

bool pcl::operator> ( String::char8_type  c1,
const String s2 
)
inlinenoexcept

Greater than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13995 of file String.h.

◆ operator>() [11/12]

bool pcl::operator> ( String::const_c_string8  t1,
const String s2 
)
inlinenoexcept

Greater than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13885 of file String.h.

◆ operator>() [12/12]

bool pcl::operator> ( wchar_t  c1,
const String s2 
)
inlinenoexcept

Greater than operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13775 of file String.h.

◆ operator>=() [1/12]

bool pcl::operator>= ( char16_t  c1,
const String s2 
)
inlinenoexcept

Greater than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13566 of file String.h.

◆ operator>=() [2/12]

bool pcl::operator>= ( const char16_t *  t1,
const String s2 
)
inlinenoexcept

Greater than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13456 of file String.h.

◆ operator>=() [3/12]

bool pcl::operator>= ( const String s1,
char16_t  c2 
)
inlinenoexcept

Greater than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13511 of file String.h.

◆ operator>=() [4/12]

bool pcl::operator>= ( const String s1,
const char16_t *  t2 
)
inlinenoexcept

Greater than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13401 of file String.h.

◆ operator>=() [5/12]

bool pcl::operator>= ( const String s1,
const wchar_t *  t2 
)
inlinenoexcept

Greater than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13621 of file String.h.

◆ operator>=() [6/12]

bool pcl::operator>= ( const String s1,
String::char8_type  c2 
)
inlinenoexcept

Greater than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13951 of file String.h.

◆ operator>=() [7/12]

bool pcl::operator>= ( const String s1,
String::const_c_string8  t2 
)
inlinenoexcept

Greater than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13841 of file String.h.

◆ operator>=() [8/12]

bool pcl::operator>= ( const String s1,
wchar_t  c2 
)
inlinenoexcept

Greater than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13731 of file String.h.

◆ operator>=() [9/12]

bool pcl::operator>= ( const wchar_t *  t1,
const String s2 
)
inlinenoexcept

Greater than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13676 of file String.h.

◆ operator>=() [10/12]

bool pcl::operator>= ( String::char8_type  c1,
const String s2 
)
inlinenoexcept

Greater than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 14006 of file String.h.

◆ operator>=() [11/12]

bool pcl::operator>= ( String::const_c_string8  t1,
const String s2 
)
inlinenoexcept

Greater than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13896 of file String.h.

◆ operator>=() [12/12]

bool pcl::operator>= ( wchar_t  c1,
const String s2 
)
inlinenoexcept

Greater than or equal operator. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 13786 of file String.h.