std::experimental:: shared_ptr
From cppreference.net
<
cpp
|
experimental
|
ヘッダーで定義
<experimental/memory>
|
||
|
template
<
class
T
>
class
shared_ptr
;
|
(ライブラリ基盤 TS) | |
std::experimental::shared_ptr
は、配列のサポートを追加した
std::shared_ptr
の修正版です。
目次 |
メンバー型
| メンバー型 | 定義 |
| element_type | std:: remove_extent_t < T > |
メンバー関数
新しい
shared_ptr
を構築する
(public member function) |
|
Observers |
|
|
格納されたポインタを返す
(public member function) |
|
|
格納されたポインタを間接参照する
(public member function) |
|
|
配列へのインデックスアクセスを提供する
(public member function) |
|
非メンバー関数
|
格納されたポインタに
static_cast
、
dynamic_cast
、
const_cast
または
reinterpret_cast
を適用する
(関数テンプレート) |
ヘルパークラス
|
std::experimental::shared_ptrのハッシュサポート
std::experimental::shared_ptr
(クラステンプレートの特殊化) |
例
|
このセクションは不完全です
理由: 例がありません |