ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
ICU4XWeekendContainsDay.hpp
Go to the documentation of this file.
1#ifndef ICU4XWeekendContainsDay_HPP
2#define ICU4XWeekendContainsDay_HPP
3#include <stdint.h>
4#include <stddef.h>
5#include <stdbool.h>
6#include <algorithm>
7#include <memory>
8#include <variant>
9#include <optional>
10#include "diplomat_runtime.hpp"
11
12#include "ICU4XWeekendContainsDay.h"
13
14
15
22 public:
23 bool monday;
24 bool tuesday;
27 bool friday;
29 bool sunday;
30};
31
32
33#endif
Definition ICU4XWeekendContainsDay.hpp:21
bool thursday
Definition ICU4XWeekendContainsDay.hpp:26
bool tuesday
Definition ICU4XWeekendContainsDay.hpp:24
bool saturday
Definition ICU4XWeekendContainsDay.hpp:28
bool wednesday
Definition ICU4XWeekendContainsDay.hpp:25
bool monday
Definition ICU4XWeekendContainsDay.hpp:23
bool sunday
Definition ICU4XWeekendContainsDay.hpp:29
bool friday
Definition ICU4XWeekendContainsDay.hpp:27