|
ICU4X
International Components for Unicode
|
#include <DateDurationParseError.d.hpp>
Public Types | |
| enum | Value { InvalidStructure = 0 , TimeNotSupported = 1 , MissingValue = 2 , DuplicateUnit = 3 , NumberOverflow = 4 , PlusNotAllowed = 5 } |
Public Member Functions | |
| DateDurationParseError () | |
| constexpr | DateDurationParseError (Value v) |
| constexpr | operator Value () const |
| operator bool () const =delete | |
Additional information: 1
|
inline |
|
inlineconstexpr |
|
explicitdelete |
|
inlineconstexpr |