function make_univector(const Container &) univector¶
template <has_data_size Container, typename T = value_type_of<Container>>
KFR_INTRINSIC univector_ref<const T> make_univector(const Container& container) Creates univector from a container (must have data() and size() methods)
Defined at base/univector.hpp:545