SyTen

◆ push_back() [1/2]

template<typename Type , Rank max, typename MaxType = unsigned char, typename std::enable_if<(max< std::numeric_limits< MaxType >::max()), int >::type = 0>
void syten::LimVec< Type, max, MaxType, type >::push_back ( Type &&  val)
inline

Add element at the end by moving.

References syten::max(), std::move(), syten::LimVec< Type, max, MaxType, type >::storage, SYTEN_ASSERT_DEBUG, and syten::LimVec< Type, max, MaxType, type >::used.

+ Here is the call graph for this function: