System::IO::IsTemplateBaseOf typedef
IsTemplateBaseOf typedef
Rappresenta l’equivalente di std::is_base_of<Base, Derived> che determina l’ereditarietà della classe modello Base non istanziata dalla classe modello Derived istanziata. Fallirà con ereditarietà multipla o ereditarietà non pubblica da Base.
using System::Details::IsTemplateBaseOf = typename IsTemplateBaseOfImpl<Base, Derived>::type
Vedi anche
- Namespace System::IO
- Library Aspose.Font for C++