1#ifndef ICU4X_YearStyle_D_HPP
2#define ICU4X_YearStyle_D_HPP
20 YearStyle_WithEra = 2,
23 typedef struct YearStyle_option {
union { YearStyle ok; };
bool is_ok; } YearStyle_option;
43 constexpr operator Value()
const {
return value; }
45 explicit operator bool()
const =
delete;
47 inline icu4x::capi::YearStyle AsFFI()
const;
Definition YearStyle.d.hpp:31
constexpr YearStyle(Value v)
Definition YearStyle.d.hpp:42
Value
Definition YearStyle.d.hpp:33
@ WithEra
Definition YearStyle.d.hpp:36
@ Auto
Definition YearStyle.d.hpp:34
@ Full
Definition YearStyle.d.hpp:35
YearStyle()
Definition YearStyle.d.hpp:39