SyTen

◆ operator std::array< T, arr_sz >()

template<typename T >
template<std::size_t arr_sz>
syten::SpanImpl::ConstSpan< T >::operator std::array< T, arr_sz > ( ) const
inline

Conversion operator to the specified array.

This copies the elements of the range to the target container.

References std::array< T >::begin(), std::copy(), syten::SpanImpl::ConstSpan< T >::ptr, SYTEN_ASSERT_MSG, and syten::SpanImpl::ConstSpan< T >::sz.

+ Here is the call graph for this function: