template<template< class, class... > class Test, class T, bool IsArray = false, class... Args>
struct glslstruct::utils::is_array_of< Test, T, IsArray, Args >
helper struct for is_array_of_v check
- Template Parameters
-
| Test | test template struct with static value bool |
| T | type to checks |
| IsArray | check if T is array type |
| Args | additional Test arguments |