SyTen

◆ operator Container()

template<typename Type , Rank max, typename MaxType = unsigned char, typename std::enable_if<(max< std::numeric_limits< MaxType >::max()), int >::type = 0>
template<typename Container , std::enable_if_t< std::is_same_v< typename Container::value_type, Type >, int > = 0>
syten::LimVec< Type, max, MaxType, type >::operator Container ( ) const
inline

Conversion to an arbitrary container of the same type.

References syten::LimVec< Type, max, MaxType, type >::begin(), and syten::LimVec< Type, max, MaxType, type >::end().

+ Here is the call graph for this function: