__is_object

提供: RAD Studio
移動先: 案内検索

型特性関数(C++11):インデックス への移動


カテゴリ

型特性関数

構文

bool __is_object( typename T)

T がオブジェクト型である場合にのみ true が返ります。

作業ドラフトの 3.9 節に定義されています。

!__is_reference(T) && !__is_function(T) && !__is_void(T)

関連項目