System::TestPredicates::TypeTraits::BothEnumerable typedef

BothEnumerable typedef

두 형식 인수가 모두 IEnumerable인지 확인합니다. 그렇다면 value 멤버를 true로 설정하고, 그렇지 않으면 false로 설정합니다.

using System::TestPredicates::TypeTraits::BothEnumerable =  std::integral_constant<bool, IsEnumerable<T1>::value && IsEnumerable<T2>::value>

또 보기