ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
icu4x::CollatorStrength Class Reference

#include <CollatorStrength.d.hpp>

Public Types

enum  Value {
  Primary = 0 , Secondary = 1 , Tertiary = 2 , Quaternary = 3 ,
  Identical = 4
}
 

Public Member Functions

 CollatorStrength ()=default
 
constexpr CollatorStrength (Value v)
 
constexpr operator Value () const
 
 operator bool () const =delete
 

Detailed Description

See the Rust documentation for Strength for more information.

Member Enumeration Documentation

◆ Value

Enumerator
Primary 
Secondary 
Tertiary 
Quaternary 
Identical 

Constructor & Destructor Documentation

◆ CollatorStrength() [1/2]

icu4x::CollatorStrength::CollatorStrength ( )
default

◆ CollatorStrength() [2/2]

icu4x::CollatorStrength::CollatorStrength ( Value v)
inlineconstexpr

Member Function Documentation

◆ operator bool()

icu4x::CollatorStrength::operator bool ( ) const
explicitdelete

◆ operator Value()

icu4x::CollatorStrength::operator Value ( ) const
inlineconstexpr

The documentation for this class was generated from the following files: