This meta‐function selects the comparison category type for basic_string with the specified CHAR_TRAITS.

Synopsis

Declared in <bslstl_string.h>

template<
    class CHAR_TRAITS,
    class = void>
struct String_ComparisonCategory;

Type Aliases

Name

Description

type

Comparison category type for basic_string with CHAR_TRAITS.

Specializations