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;
42 constexpr operator Value()
const {
return value; }
44 explicit operator bool()
const =
delete;
46 inline icu4x::capi::ListLength AsFFI()
const;
Definition ListLength.d.hpp:31
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:41