ImplementsInterface< T, IComparable< T > >
ImplementsInterface< T, IComparable< T > > struct
Template predicate that checks if boxed object should implement IComparable interface by itself.
template<typename T>class ImplementsInterface< T, IComparable< T > > : public std::integral_constant<bool, std::is_arithmetic<T>::value||std::is_enum<T>::value>
See Also
- Namespace System::BoxedValueDetail
- Library Aspose.Slides