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

#include <DateTimeLength.d.hpp>

Public Types

enum  Value { Long = 0 , Medium = 1 , Short = 2 }
 

Public Member Functions

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

Detailed Description

See the Rust documentation for Length for more information.

Member Enumeration Documentation

◆ Value

Enumerator
Long 
Medium 
Short 

Constructor & Destructor Documentation

◆ DateTimeLength() [1/2]

icu4x::DateTimeLength::DateTimeLength ( )
default

◆ DateTimeLength() [2/2]

icu4x::DateTimeLength::DateTimeLength ( Value v)
inlineconstexpr

Member Function Documentation

◆ operator bool()

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

◆ operator Value()

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

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