Template isArray

Evaluates to true if T is an array type.

template isArray(T) ;
template isArray(T, U) ;

If the second template parameter is specified it is also checked whether the elements of T are of type U.