Predicate that selects a certain property from a Particle.
#include <ParticleStorage.h>
Public Types | |
using | return_type = int |
Public Member Functions | |
int & | operator() (data::Particle &p) const |
int & | operator() (data::Particle &&p) const |
const int & | operator() (const data::Particle &p) const |
|
inline |
|
inline |
|
inline |