ICU 69.1 69.1
LocalUNumberRangeFormatterPointer Class Reference

"Smart pointer" class; closes a UNumberFormatter via unumf_close(). More...

#include <unumberrangeformatter.h>

Detailed Description

"Smart pointer" class; closes a UNumberFormatter via unumf_close().

For most methods see the LocalPointerBase base class.

Usage:

LocalUNumberRangeFormatterPointer uformatter(
    unumrf_openForSkeletonCollapseIdentityFallbackAndLocaleWithError(...));
// no need to explicitly call unumrf_close()
See also
LocalPointerBase
LocalPointer
Draft
This API may be changed in the future versions and was introduced in ICU 68

The documentation for this class was generated from the following file: