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