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

Functions

template<class T , class R , class A >
bool pcl::operator< (const GenericString< T, R, A > &s1, typename GenericString< T, R, A >::char_type c2) noexcept
 
template<class T , class R , class A >
bool pcl::operator< (const GenericString< T, R, A > &s1, typename GenericString< T, R, A >::const_c_string t2) noexcept
 
template<class T , class R1 , class A1 , class R2 , class A2 >
bool pcl::operator< (const GenericString< T, R1, A1 > &s1, const GenericString< T, R2, A2 > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator< (typename GenericString< T, R, A >::char_type c1, const GenericString< T, R, A > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator< (typename GenericString< T, R, A >::const_c_string t1, const GenericString< T, R, A > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator<= (const GenericString< T, R, A > &s1, typename GenericString< T, R, A >::char_type c2) noexcept
 
template<class T , class R , class A >
bool pcl::operator<= (const GenericString< T, R, A > &s1, typename GenericString< T, R, A >::const_c_string t2) noexcept
 
template<class T , class R1 , class A1 , class R2 , class A2 >
bool pcl::operator<= (const GenericString< T, R1, A1 > &s1, const GenericString< T, R2, A2 > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator<= (typename GenericString< T, R, A >::char_type c1, const GenericString< T, R, A > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator<= (typename GenericString< T, R, A >::const_c_string t1, const GenericString< T, R, A > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator== (const GenericString< T, R, A > &s1, typename GenericString< T, R, A >::char_type c2) noexcept
 
template<class T , class R , class A >
bool pcl::operator== (const GenericString< T, R, A > &s1, typename GenericString< T, R, A >::const_c_string t2) noexcept
 
template<class T , class R1 , class A1 , class R2 , class A2 >
bool pcl::operator== (const GenericString< T, R1, A1 > &s1, const GenericString< T, R2, A2 > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator== (typename GenericString< T, R, A >::char_type c1, const GenericString< T, R, A > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator== (typename GenericString< T, R, A >::const_c_string t1, const GenericString< T, R, A > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator> (const GenericString< T, R, A > &s1, typename GenericString< T, R, A >::char_type c2) noexcept
 
template<class T , class R , class A >
bool pcl::operator> (const GenericString< T, R, A > &s1, typename GenericString< T, R, A >::const_c_string t2) noexcept
 
template<class T , class R1 , class A1 , class R2 , class A2 >
bool pcl::operator> (const GenericString< T, R1, A1 > &s1, const GenericString< T, R2, A2 > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator> (typename GenericString< T, R, A >::char_type c1, const GenericString< T, R, A > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator> (typename GenericString< T, R, A >::const_c_string t1, const GenericString< T, R, A > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator>= (const GenericString< T, R, A > &s1, typename GenericString< T, R, A >::char_type c2) noexcept
 
template<class T , class R , class A >
bool pcl::operator>= (const GenericString< T, R, A > &s1, typename GenericString< T, R, A >::const_c_string t2) noexcept
 
template<class T , class R1 , class A1 , class R2 , class A2 >
bool pcl::operator>= (const GenericString< T, R1, A1 > &s1, const GenericString< T, R2, A2 > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator>= (typename GenericString< T, R, A >::char_type c1, const GenericString< T, R, A > &s2) noexcept
 
template<class T , class R , class A >
bool pcl::operator>= (typename GenericString< T, R, A >::const_c_string t1, const GenericString< T, R, A > &s2) noexcept
 

Detailed Description

Function Documentation

◆ operator<() [1/5]

template<class T , class R , class A >
bool pcl::operator< ( const GenericString< T, R, A > &  s1,
typename GenericString< T, R, A >::char_type  c2 
)
inlinenoexcept

Returns true iff a string s1 is less than a character c2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5322 of file String.h.

◆ operator<() [2/5]

template<class T , class R , class A >
bool pcl::operator< ( const GenericString< T, R, A > &  s1,
typename GenericString< T, R, A >::const_c_string  t2 
)
inlinenoexcept

Returns true iff a string s1 is less than a null-terminated string t2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5194 of file String.h.

◆ operator<() [3/5]

template<class T , class R1 , class A1 , class R2 , class A2 >
bool pcl::operator< ( const GenericString< T, R1, A1 > &  s1,
const GenericString< T, R2, A2 > &  s2 
)
inlinenoexcept

Returns true iff a string s1 is less than a string s2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5130 of file String.h.

◆ operator<() [4/5]

template<class T , class R , class A >
bool pcl::operator< ( typename GenericString< T, R, A >::char_type  c1,
const GenericString< T, R, A > &  s2 
)
inlinenoexcept

Returns true iff a character c1 is less than a string s2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5386 of file String.h.

◆ operator<() [5/5]

template<class T , class R , class A >
bool pcl::operator< ( typename GenericString< T, R, A >::const_c_string  t1,
const GenericString< T, R, A > &  s2 
)
inlinenoexcept

Returns true iff a null-terminated string t1 is less than a string s2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5258 of file String.h.

◆ operator<=() [1/5]

template<class T , class R , class A >
bool pcl::operator<= ( const GenericString< T, R, A > &  s1,
typename GenericString< T, R, A >::char_type  c2 
)
inlinenoexcept

Returns true iff a string s1 is less than or equal to a character c2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5335 of file String.h.

◆ operator<=() [2/5]

template<class T , class R , class A >
bool pcl::operator<= ( const GenericString< T, R, A > &  s1,
typename GenericString< T, R, A >::const_c_string  t2 
)
inlinenoexcept

Returns true iff a string s1 is less than or equal to a null-terminated string t2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5207 of file String.h.

◆ operator<=() [3/5]

template<class T , class R1 , class A1 , class R2 , class A2 >
bool pcl::operator<= ( const GenericString< T, R1, A1 > &  s1,
const GenericString< T, R2, A2 > &  s2 
)
inlinenoexcept

Returns true iff a string s1 is less than or equal to a string s2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5143 of file String.h.

◆ operator<=() [4/5]

template<class T , class R , class A >
bool pcl::operator<= ( typename GenericString< T, R, A >::char_type  c1,
const GenericString< T, R, A > &  s2 
)
inlinenoexcept

Returns true iff a character c1 is less than or equal to a string s2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5399 of file String.h.

◆ operator<=() [5/5]

template<class T , class R , class A >
bool pcl::operator<= ( typename GenericString< T, R, A >::const_c_string  t1,
const GenericString< T, R, A > &  s2 
)
inlinenoexcept

Returns true iff a null-terminated string t1 is less than or equal to a string s2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5271 of file String.h.

◆ operator==() [1/5]

template<class T , class R , class A >
bool pcl::operator== ( const GenericString< T, R, A > &  s1,
typename GenericString< T, R, A >::char_type  c2 
)
inlinenoexcept

Returns true iff a string s1 is equal to a character c2.

Definition at line 5309 of file String.h.

◆ operator==() [2/5]

template<class T , class R , class A >
bool pcl::operator== ( const GenericString< T, R, A > &  s1,
typename GenericString< T, R, A >::const_c_string  t2 
)
inlinenoexcept

Returns true iff a string s1 is equal to a null-terminated string t2.

Definition at line 5181 of file String.h.

◆ operator==() [3/5]

template<class T , class R1 , class A1 , class R2 , class A2 >
bool pcl::operator== ( const GenericString< T, R1, A1 > &  s1,
const GenericString< T, R2, A2 > &  s2 
)
inlinenoexcept

Returns true iff two strings s1 and s2 are equal.

Definition at line 5117 of file String.h.

◆ operator==() [4/5]

template<class T , class R , class A >
bool pcl::operator== ( typename GenericString< T, R, A >::char_type  c1,
const GenericString< T, R, A > &  s2 
)
inlinenoexcept

Returns true iff a character c1 is equal to a string s2.

Definition at line 5373 of file String.h.

◆ operator==() [5/5]

template<class T , class R , class A >
bool pcl::operator== ( typename GenericString< T, R, A >::const_c_string  t1,
const GenericString< T, R, A > &  s2 
)
inlinenoexcept

Returns true iff a null-terminated string t1 is equal to a string s2.

Definition at line 5245 of file String.h.

◆ operator>() [1/5]

template<class T , class R , class A >
bool pcl::operator> ( const GenericString< T, R, A > &  s1,
typename GenericString< T, R, A >::char_type  c2 
)
inlinenoexcept

Returns true iff a string s1 is greater than a character c2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5348 of file String.h.

◆ operator>() [2/5]

template<class T , class R , class A >
bool pcl::operator> ( const GenericString< T, R, A > &  s1,
typename GenericString< T, R, A >::const_c_string  t2 
)
inlinenoexcept

Returns true iff a string s1 is greater than a null-terminated string t2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5220 of file String.h.

◆ operator>() [3/5]

template<class T , class R1 , class A1 , class R2 , class A2 >
bool pcl::operator> ( const GenericString< T, R1, A1 > &  s1,
const GenericString< T, R2, A2 > &  s2 
)
inlinenoexcept

Returns true iff a string s1 is greater than a string s2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5156 of file String.h.

◆ operator>() [4/5]

template<class T , class R , class A >
bool pcl::operator> ( typename GenericString< T, R, A >::char_type  c1,
const GenericString< T, R, A > &  s2 
)
inlinenoexcept

Returns true iff a character c1 is greater than a string s2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5412 of file String.h.

◆ operator>() [5/5]

template<class T , class R , class A >
bool pcl::operator> ( typename GenericString< T, R, A >::const_c_string  t1,
const GenericString< T, R, A > &  s2 
)
inlinenoexcept

Returns true iff a null-terminated string t1 is greater than a string s2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5284 of file String.h.

◆ operator>=() [1/5]

template<class T , class R , class A >
bool pcl::operator>= ( const GenericString< T, R, A > &  s1,
typename GenericString< T, R, A >::char_type  c2 
)
inlinenoexcept

Returns true iff a string s1 is greater than or equal to a character c2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5361 of file String.h.

◆ operator>=() [2/5]

template<class T , class R , class A >
bool pcl::operator>= ( const GenericString< T, R, A > &  s1,
typename GenericString< T, R, A >::const_c_string  t2 
)
inlinenoexcept

Returns true iff a string s1 is greater than or equal to a null-terminated string t2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5233 of file String.h.

◆ operator>=() [3/5]

template<class T , class R1 , class A1 , class R2 , class A2 >
bool pcl::operator>= ( const GenericString< T, R1, A1 > &  s1,
const GenericString< T, R2, A2 > &  s2 
)
inlinenoexcept

Returns true iff a string s1 is greater than or equal to a string s2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5169 of file String.h.

◆ operator>=() [4/5]

template<class T , class R , class A >
bool pcl::operator>= ( typename GenericString< T, R, A >::char_type  c1,
const GenericString< T, R, A > &  s2 
)
inlinenoexcept

Returns true iff a character c1 is greater than or equal to a string s2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5425 of file String.h.

◆ operator>=() [5/5]

template<class T , class R , class A >
bool pcl::operator>= ( typename GenericString< T, R, A >::const_c_string  t1,
const GenericString< T, R, A > &  s2 
)
inlinenoexcept

Returns true iff a null-terminated string t1 is greater than or equal to a string s2. This function performs a character-to-character, locale-unaware comparison of numeric character values. See GenericString<>::CompareCodePoints() for more information.

Definition at line 5297 of file String.h.