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