E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches

◆ push_back()

template<eve::product_type Type, eve::simd_allocator Allocator = eve::aligned_allocator<unsigned char, eve::fixed<64>>>
void eve::algo::soa_vector< Type, Allocator >::push_back ( value_type const &  value)
inlinenoexcept

If the new size() is greater than capacity() then all iterators and references (including the past-the-end iterator) are invalidated. Otherwise only the past-the-end iterator is invalidated.

Parameters
valueValue to append