IsNullable
IsNullable struct
A template predicate that determines if its template argument T in Nullable or its subclass.
template<class T>class IsNullable : public System::detail::is_a<T, System::Nullable>
See Also
- Namespace System
- Library Aspose.Slides