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>>

또 보기