Skip to content

function make_univector(T (&)[N]) univector

template <typename T, size_t N>
KFR_INTRINSIC univector_ref<T> make_univector(T (&arr)[N])

Creates univector from a sized array

Defined at base/univector.hpp:559