Searched defs:is_cl_initializer (Results 1 – 1 of 1) sorted by relevance
149 template <typename T> struct is_cl_initializer { struct150 static constexpr bool value = false;153 template <typename T> struct is_cl_initializer<cl::initializer<T>> { struct154 static constexpr bool value = true;