SyTen

◆ Vec() [4/4]

template<typename T >
template<std::size_t rank>
syten::Vec< T >::Vec ( std::array< T, rank > &&  arr)
inline

Ctor from a std::array of the same type.

Moves data out of the array.

References std::move(), and std::vector< T >::push_back().

+ Here is the call graph for this function: