minimc 0.5.1
Loading...
Searching...
No Matches
Bank Class Reference

A collection of Particle objects. More...

#include <Bank.hpp>

Public Member Functions

Bankoperator+= (Bank &&rhs) noexcept
 Constant-time concatenation.
 
Particleback () noexcept
 Returns a reference to the last Particle.
 
bool empty () const noexcept
 Returns true if the Bank has no Particle elements.
 
template<typename... Args>
Particleemplace_back (Args &&... args) noexcept
 Constructs a Particle in-place.
 
void pop_back () noexcept
 Removes the last Particle.
 

Detailed Description

A collection of Particle objects.


The documentation for this class was generated from the following file: