mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-22651 Add a docstring for LocalOpenPointer.
This commit is contained in:
parent
0b66fada30
commit
a210fc8351
1 changed files with 6 additions and 0 deletions
|
@ -552,6 +552,12 @@ public:
|
|||
|
||||
#ifndef U_IN_DOXYGEN
|
||||
namespace internal {
|
||||
/**
|
||||
* Implementation, do not use directly: use U_DEFINE_LOCAL_OPEN_POINTER.
|
||||
*
|
||||
* @see U_DEFINE_LOCAL_OPEN_POINTER
|
||||
* @internal
|
||||
*/
|
||||
template <typename Type, auto closeFunction>
|
||||
class LocalOpenPointer : public LocalPointerBase<Type> {
|
||||
using LocalPointerBase<Type>::ptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue