summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/c/include/diplomat_result_ICU4XAnyCalendarKind_void.h
blob: f67f66ed4db4c912f14a63429b0a9e66a10fba77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef diplomat_result_ICU4XAnyCalendarKind_void_H
#define diplomat_result_ICU4XAnyCalendarKind_void_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"

#include "ICU4XAnyCalendarKind.h"
#ifdef __cplusplus
namespace capi {
extern "C" {
#endif
typedef struct diplomat_result_ICU4XAnyCalendarKind_void {
    union {
        ICU4XAnyCalendarKind ok;
    };
    bool is_ok;
} diplomat_result_ICU4XAnyCalendarKind_void;
#ifdef __cplusplus
} // extern "C"
} // namespace capi
#endif
#endif