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>

参照