System::TestPredicates::TypeTraits::IsList typedef
IsList typedef
检查类型是否为 System::Collections::Generic::List 特化。如果是,则 value 成员设为 true,否则设为 false。
using System::TestPredicates::TypeTraits::IsList = std::is_same<T, System::Collections::Generic::List<typename T::ValueType>>
另见
- Namespace System::TestPredicates::TypeTraits
- Library Aspose.Font for C++