GLSL Struct 1.4.0
glslstruct
Loading...
Searching...
No Matches
glslstruct::utils::glsl_scalars_array Concept Reference

Concept which is true if type V is array of types that passes is_glsl_scalar test. More...

#include <scalar_traits_concept.hpp>

Concept definition

template<class V>
Concept which is true if type V is array of types that passes is_glsl_scalar test.
Definition scalar_traits_concept.hpp:116
static _GLSL_STRUCT_CONSTEXPR17 bool is_glsl_scalars_array_v
Bool value which is true if type V is array of types that passes is_glsl_scalar test.
Definition scalar_traits_concept.hpp:100

Detailed Description

Concept which is true if type V is array of types that passes is_glsl_scalar test.

Template Parameters
Vtype that is checked