std::simd::__vec_builtin(3) Library Functions Manual std::simd::__vec_builtin(3)

std::simd::__vec_builtin

#include <vec_ops.h>

    template<typename _Tp>
    concept __vec_builtin = __vec_builtin_of<_Tp, remove_cvref_t<decltype(declval<const _Tp>()[0])>>

Constrain to any vector builtin.

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++