Skip to content

Deduction guide vec

deduction guide vec simd

template <typename... T>
vec(T&&...) -> vec<std::common_type_t<T...>, sizeof...(T)>

Deduction guide: a braced list of scalars deduces to vec<common_type, N> .

Fully qualified name: kfr::vec

Declared at simd/vec.hpp:842

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