System::TestPredicates::TypeTraits::BothArrayOrList typedef

BothArrayOrList typedef

يتحقق مما إذا كان كلا معاملَي النوع مصفوفات أو قوائم. إذا كان كذلك، يتم تعيين عضو القيمة إلى true، وإلا يتم تعيينه إلى false.

using System::TestPredicates::TypeTraits::BothArrayOrList =  std::integral_constant<bool, (IsArray<T1>::value || IsList<T1>::value) && (IsArray<T2>::value || IsList<T2>::value)>

انظر أيضًا