|
ICU4X
International Components for Unicode
|
#include <stdint.h>#include <stddef.h>#include <stdbool.h>#include <algorithm>#include <memory>#include <variant>#include <optional>#include "diplomat_runtime.hpp"#include "ICU4XWeekRelativeUnit.h"Go to the source code of this file.
Enumerations | |
| enum struct | ICU4XWeekRelativeUnit { Previous = 0 , Current = 1 , Next = 2 } |
|
strong |
See the Rust documentation for RelativeUnit for more information.
| Enumerator | |
|---|---|
| Previous | |
| Current | |
| Next | |