Skip to content

Variable is_vec

variable is_vec simd

template <typename T>
constexpr inline bool is_vec = internal::is_vec_impl<T>::value

True if T is a vec instantiation.

Template parameters
T Type to test.

Fully qualified name: kfr::is_vec

Declared at simd/vec.hpp:271

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.