class ICU4XDataProvider; class ICU4XMetazoneCalculator; #include"ICU4XError.hpp"
/** * A destruction policy for using ICU4XMetazoneCalculator with std::unique_ptr.
*/ struct ICU4XMetazoneCalculatorDeleter { voidoperator()(capi::ICU4XMetazoneCalculator* l) const noexcept {
capi::ICU4XMetazoneCalculator_destroy(l);
}
};
/** * An object capable of computing the metazone from a timezone. * * This can be used via `maybe_calculate_metazone()` on [`ICU4XCustomTimeZone`]. * * [`ICU4XCustomTimeZone`]: crate::timezone::ffi::ICU4XCustomTimeZone * * See the [Rust documentation for `MetazoneCalculator`](https://docs.rs/icu/latest/icu/timezone/struct.MetazoneCalculator.html) for more information.
*/ class ICU4XMetazoneCalculator { public:
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.