System::SmartPtr::Is 메서드

SmartPtr::Is method

가리키는 객체가 특정 타입 또는 그 하위 타입인지 확인합니다. C#의 ‘is’ 의미론을 따릅니다.

bool System::SmartPtr<T>::Is(const System::TypeInfo &target) const
매개변수형식설명
targetconst System::TypeInfo&확인할 대상 타입을 지정합니다.

ReturnValue

C# ‘is’ 스타일 검사가 양성이면 true이고, 그렇지 않으면 false입니다.

비고

구현.

또 보기