Meta-function selecting the comparison category for basic_string.
Declared in <bslstl_string.h>
template<
class CHAR_TRAITS,
class = void>
struct String_ComparisonCategory;
This meta-function selects the comparison category type for basic_string with the specified CHAR_TRAITS.
| Name | Description |
|---|---|
type | Comparison category type for basic_string with CHAR_TRAITS. |
| Name | Description |
|---|---|
String_ComparisonCategory<CHAR_TRAITS, bsl::void_t<CHAR_TRAITS::comparison_category>> | Meta-function selecting the comparison category for basic_string. |