Variable is_vec_element¶
variable is_vec_element simd¶
template <typename T>
constexpr inline bool is_vec_element = is_simd_type<deep_subtype<std::remove_const_t<T>>> True if T (after stripping cv) is usable as a vec element type.
| T | Type to test. |
Fully qualified name: kfr::is_vec_element
Declared at simd/vec.hpp:849
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.