次の方法で共有


RemoveReference 構造体

WRL インフラストラクチャをサポートします。コードから直接使用するためのものではありません。

構文

template<class T>
struct RemoveReference;

template<class T>
struct RemoveReference<T&>;

template<class T>
struct RemoveReference<T&&>;

パラメーター

T
クラス。

解説

指定したクラス テンプレート パラメーターから参照または右辺値参照の特性を取り除きます。

メンバー

パブリック typedef

名前 説明
Type クラス テンプレート パラメーターのシノニム。

継承階層

RemoveReference

要件

ヘッダー: internal.h

名前空間: Microsoft::WRL::Details

関連項目

Microsoft::WRL::Details 名前空間