|
minimc 0.5.1
|
A collection of Particle objects. More...
#include <Bank.hpp>
Public Member Functions | |
| Bank & | operator+= (Bank &&rhs) noexcept |
| Constant-time concatenation. | |
| Particle & | back () noexcept |
| Returns a reference to the last Particle. | |
| bool | empty () const noexcept |
| Returns true if the Bank has no Particle elements. | |
| template<typename... Args> | |
| Particle & | emplace_back (Args &&... args) noexcept |
| Constructs a Particle in-place. | |
| void | pop_back () noexcept |
| Removes the last Particle. | |
A collection of Particle objects.