System::IO::IsTemplateBaseOf typedef
IsTemplateBaseOf typedef
インスタンス化されていない Base テンプレートクラスがインスタンス化された Derived テンプレートクラスから継承されているかを判定する std::is_base_of<Base, Derived> の対応物を表します。多重継承や Base からの非公開継承の場合は失敗します。
using System::Details::IsTemplateBaseOf = typename IsTemplateBaseOfImpl<Base, Derived>::type
参照
- Namespace System::IO
- Library Aspose.Page for C++