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;
 
   42  constexpr operator Value()
 const { 
return value; }
 
   44  explicit operator bool() 
const = 
delete;
 
   46  inline icu4x::capi::YearStyle AsFFI() 
const;
 
 
Definition YearStyle.d.hpp:31
constexpr YearStyle(Value v)
Definition YearStyle.d.hpp:41
Value
Definition YearStyle.d.hpp:33
@ WithEra
Definition YearStyle.d.hpp:36
@ Auto
Definition YearStyle.d.hpp:34
@ Full
Definition YearStyle.d.hpp:35