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

#include <DecimalParseError.d.hpp>

Public Types

enum  Value { Unknown = 0 , Limit = 1 , Syntax = 2 }
 

Public Member Functions

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

Detailed Description

Additional information: 1

Member Enumeration Documentation

◆ Value

Enumerator
Unknown 
Limit 
Syntax 

Constructor & Destructor Documentation

◆ DecimalParseError() [1/2]

icu4x::DecimalParseError::DecimalParseError ( )
default

◆ DecimalParseError() [2/2]

icu4x::DecimalParseError::DecimalParseError ( Value v)
inlineconstexpr

Member Function Documentation

◆ operator bool()

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

◆ operator Value()

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

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