|
Developer Documentation
|
#include <OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Core/Utils/Predicates.hh>
Public Member Functions | |
| MemberFunctionWrapper (T _t, MF _mf) | |
| template<typename O > | |
| auto | operator() (const O &_o) -> decltype((t_.*mf_)(_o)) |
Public Attributes | |
| T | t_ |
| MF | mf_ |
Wrapper object to hold an object and a member function pointer, and provides operator() to call that member function for that object with one argument
Definition at line 257 of file Predicates.hh.
|
inline |
Definition at line 262 of file Predicates.hh.
|
inline |
Definition at line 269 of file Predicates.hh.
| MF OpenMesh::Predicates::MemberFunctionWrapper< T, MF >::mf_ |
Definition at line 260 of file Predicates.hh.
| T OpenMesh::Predicates::MemberFunctionWrapper< T, MF >::t_ |
Definition at line 259 of file Predicates.hh.