IsArray

IsArray typedef

Checks if type is a System::Array specialization. If so, value member is set to true, otherwise it is set to false.

using System::TestPredicates::TypeTraits::IsArray = typedef std::is_same<T, System::Array<typename T::ValueType> >

See Also