52 #ifndef __PCL_KeyValue_h
53 #define __PCL_KeyValue_h
70 template <
typename T1,
typename T2>
133 return key == x.
key && value == x.
value;
153 return (key < x.
key) ? true : ((x.
key < key) ?
false : value < x.
value);
Key-value association of two 8-bit strings.
Generic key-value association.
T2 value
The value member of this key-value association.
KeyValue(KeyValue &&)=default
T1 key
The key member of this key-value association.
KeyValue(const T1 &k, const T2 &v)
KeyValue(const KeyValue &)=default
Key-value association of two Unicode (UTF-16) strings.
bool operator==(const Array< T, A > &x1, const Array< T, A > &x2) noexcept
bool operator<(const Array< T, A > &x1, const Array< T, A > &x2) noexcept