英語版
このページの英語版を見る
core.stdcpp.memory
C++へのDバインディング.
License:
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE)
Authors:
Manu Evans
- unique_ptr!T
make_unique
(T, Args...)(auto ref Argsargs
); - struct
default_delete
(T); -
- alias
pointer
= ClassOrPtr!T; - const void
opCall
()(pointerptr
);
- struct
unique_ptr
(T, Deleter = default_delete!T); -
- ref unique_ptr
opAssign
(typeof(null)); - void
reset
(pointerp
= null); - alias
pointer
= ClassOrPtr!T; - alias
element_type
= T; - alias
deleter_type
= Deleter; - this(pointer
ptr
); - inout nothrow inout(pointer)
get
(); - const nothrow bool
opCast
(T : bool)(); - nothrow pointer
release
(); - inout nothrow ref inout(deleter_type)
get_deleter
();
Copyright © 1999-2024 by the D Language Foundation
DEEPL APIにより翻訳、ところどころ修正。
このページの最新版(英語)
このページの原文(英語)
翻訳時のdmdのバージョン: 2.108.0
ドキュメントのdmdのバージョン: 2.109.1
翻訳日付 :
HTML生成日時:
編集者: dokutoku