System::TestPredicates::TypeTraits::IsList typedef
IsList typedef
Checks if type is a System::Collections::Generic::List specialization. If so, value member is set to true, otherwise it is set to false.
using System::TestPredicates::TypeTraits::IsList = std::is_same<T, System::Collections::Generic::List<typename T::ValueType>>
See Also
- Namespace System::TestPredicates::TypeTraits
- Library Aspose.Font for C++