Skip to content

class univector_base<T, Class, false> univector

template <typename T, typename Class>
struct univector_base<T, Class, false> { … }

function ref()

array_ref<T> ref()

Defined at base/univector.hpp:264

function ref()

array_ref<const T> ref() const

Defined at base/univector.hpp:270

function cref()

array_ref<const T> cref() const

Defined at base/univector.hpp:276

function operator=(Input &&)

template <expression_argument Input>
KFR_MEM_INTRINSIC Class& operator=(Input&& input)

Defined at base/univector.hpp:284

Defined at base/univector.hpp:262