System::DefaultBoxedValue::is 方法

DefaultBoxedValue::is method

确定当前对象所表示的装箱值的类型是否为 V

template<class V> bool System::DefaultBoxedValue<T>::is() const
参数描述
V与当前对象表示的装箱值的类型进行比较的类型

ReturnValue

如果当前对象表示的装箱值的类型是 V,则为 true;否则为 false

另见