1#ifndef ICU4X_ListLength_D_HPP
2#define ICU4X_ListLength_D_HPP
20 ListLength_Narrow = 2,
23 typedef struct ListLength_option {
union { ListLength ok; };
bool is_ok; } ListLength_option;
43 constexpr operator Value()
const {
return value; }
45 explicit operator bool()
const =
delete;
47 inline icu4x::capi::ListLength AsFFI()
const;
Definition ListLength.d.hpp:31
ListLength()
Definition ListLength.d.hpp:39
Value
Definition ListLength.d.hpp:33
@ Wide
Definition ListLength.d.hpp:34
@ Short
Definition ListLength.d.hpp:35
@ Narrow
Definition ListLength.d.hpp:36
constexpr ListLength(Value v)
Definition ListLength.d.hpp:42