|
ICU 78.3
78.3
|
Function object for performing comparisons using a UCollator. More...
#include <ucol.h>
Public Member Functions | |
| Predicate (const UCollator *ucol) | |
| template<typename T , typename U , typename = std::enable_if_t<ConvertibleToU16StringView<T> && ConvertibleToU16StringView<U>>> | |
| bool | operator() (const T &lhs, const U &rhs) const |
| bool | operator() (std::string_view lhs, std::string_view rhs) const |
Function object for performing comparisons using a UCollator.
|
inlineexplicit |
|
inline |
This API is for internal use only.
Definition at line 1554 of file ucol.h.
Referenced by U_HEADER_ONLY_NAMESPACE::collator::internal::Predicate< Compare, result >::operator()().
|
inline |
This API is for internal use only.
Definition at line 1581 of file ucol.h.
References U_HEADER_ONLY_NAMESPACE::collator::internal::Predicate< Compare, result >::operator()(), U_ZERO_ERROR, ucol_strcoll(), and ucol_strcollUTF8().
1.8.13