Skip to content

function make_univector(const T *, size_t) univector

template <typename T>
KFR_INTRINSIC univector_ref<const T> make_univector(const T* data, size_t size)

Creates univector from data and size

Defined at base/univector.hpp:538