System::TestPredicates::TypeTraits::BothArrayOrList typedef

BothArrayOrList typedef

Controleert of beide type‑argumenten arrays of lijsten zijn. Indien ja, wordt het waarde‑lid op true gezet, anders op false.

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

Zie ook