Implements a vector with += operator. More...
#include <plusvector.hh>
Inherits std::vector< T >.
Public Member Functions | |
plusvector & | operator+= (const T &x) |
Add an element to end of vector. |
Implements a vector with += operator.
The class provides an alternate syntax for push_back.
plusvector& LocARNA::plusvector< T >::operator+= | ( | const T & | x | ) | [inline] |
Add an element to end of vector.
x | vector element |