PCL
|
Functions | |
template<class T , class A > | |
bool | pcl::operator< (const Array< T, A > &x1, const Array< T, A > &x2) noexcept |
template<class T , class A > | |
bool | pcl::operator< (const IndirectArray< T, A > &x1, const IndirectArray< T, A > &x2) |
template<class T , class A > | |
bool | pcl::operator< (const ReferenceArray< T, A > &x1, const ReferenceArray< T, A > &x2) |
template<class T , class A > | |
bool | pcl::operator== (const Array< T, A > &x1, const Array< T, A > &x2) noexcept |
template<class T , class A > | |
bool | pcl::operator== (const IndirectArray< T, A > &x1, const IndirectArray< T, A > &x2) |
template<class T , class A > | |
bool | pcl::operator== (const ReferenceArray< T, A > &x1, const ReferenceArray< T, A > &x2) |
|
inlinenoexcept |
Returns true only if an array x1 precedes another array x2. This operator compares the objects contained by both arrays.
Definition at line 2296 of file Array.h.
References pcl::Compare().
|
inline |
Returns true only if an indirect array x1 precedes another indirect array x2. This operator compares the objects pointed to by the pointers stored in the indirect arrays.
Definition at line 2142 of file IndirectArray.h.
References pcl::IndirectArray< T, A >::Begin(), pcl::Compare(), and pcl::IndirectArray< T, A >::End().
|
inline |
Returns true iff a reference array x1 precedes another reference array x2. This operator compares the objects pointed to by the pointers stored in the reference arrays.
Definition at line 2391 of file ReferenceArray.h.
References pcl::ReferenceArray< T, A >::Begin(), pcl::Compare(), and pcl::ReferenceArray< T, A >::End().
|
inlinenoexcept |
Returns true only if two arrays x1 and x2 are equal. This operator compares the objects contained by both arrays.
Definition at line 2285 of file Array.h.
References pcl::Equal().
|
inline |
Returns true only if two indirect arrays x1 and x2 are equal. This operator compares the objects pointed to by the pointers stored in the indirect arrays.
Definition at line 2130 of file IndirectArray.h.
References pcl::IndirectArray< T, A >::Begin(), pcl::IndirectArray< T, A >::End(), pcl::Equal(), and pcl::IndirectArray< T, A >::Length().
|
inline |
Returns true iff two reference arrays x1 and x2 are equal. This operator compares the objects pointed to by the pointers stored in the reference arrays.
Definition at line 2379 of file ReferenceArray.h.
References pcl::ReferenceArray< T, A >::Begin(), pcl::ReferenceArray< T, A >::End(), pcl::Equal(), and pcl::ReferenceArray< T, A >::Length().
|
friend |
Returns true only if an indirect array x1 precedes an indirect sorted array x2.
Definition at line 1121 of file IndirectSortedArray.h.
|
friend |
Returns true only if a reference array x1 precedes a reference sorted array x2.
Definition at line 1324 of file ReferenceSortedArray.h.
|
friend |
Returns true only if an array x1 precedes a sorted array x2.
Definition at line 901 of file SortedArray.h.
|
friend |
Returns true only if an indirect sorted array x1 precedes an indirect array x2.
Definition at line 1111 of file IndirectSortedArray.h.
|
friend |
Returns true only if an indirect sorted array x1 precedes another indirect sorted array x2.
Definition at line 1101 of file IndirectSortedArray.h.
|
friend |
Returns true only if a reference sorted array x1 precedes a reference array x2.
Definition at line 1314 of file ReferenceSortedArray.h.
|
friend |
Returns true only if a reference sorted array x1 precedes another reference sorted array x2.
Definition at line 1304 of file ReferenceSortedArray.h.
|
friend |
Returns true only if a sorted array x1 precedes an array x2.
Definition at line 892 of file SortedArray.h.
|
friend |
Returns true only if a sorted array x1 precedes another sorted array x2.
Definition at line 883 of file SortedArray.h.
|
friend |
Returns true only if an indirect array x1 is equal to an indirect sorted array x2.
Definition at line 1091 of file IndirectSortedArray.h.
|
friend |
Returns true only if a reference array x1 is equal to a reference sorted array x2.
Definition at line 1294 of file ReferenceSortedArray.h.
|
friend |
Returns true only if an array x1 is equal to a sorted array x2.
Definition at line 873 of file SortedArray.h.
|
friend |
Returns true only if an indirect sorted array x1 is equal to an indirect array x2.
Definition at line 1081 of file IndirectSortedArray.h.
|
friend |
Returns true only if two indirect sorted arrays x1 and x2 are equal.
Definition at line 1071 of file IndirectSortedArray.h.
|
friend |
Returns true only if a reference sorted array x1 is equal to a reference array x2.
Definition at line 1284 of file ReferenceSortedArray.h.
|
friend |
Returns true only if two reference sorted arrays x1 and x2 are equal.
Definition at line 1274 of file ReferenceSortedArray.h.
|
friend |
Returns true only if a sorted array x1 is equal to an array x2.
Definition at line 864 of file SortedArray.h.
|
friend |
Returns true only if two sorted arrays x1 and x2 are equal.
Definition at line 855 of file SortedArray.h.