This template encapsulates an unary member function and a single object into a function expecting the parameter of the member function.
Don't use directly. Use the wrapMember function instead.
Definition at line 308 of file metaprogramming.h.
#include <mrpt/utils/metaprogramming.h>
Public Types | |
typedef U | argument_type |
typedef T | result_type |
Public Member Functions | |
UnaryMemberFunctionWrapper (V &o, MemberFunction f) | |
T | operator() (U p) |
Private Types | |
typedef T(V::* | MemberFunction) (U) |
Private Attributes | |
V & | obj |
MemberFunction | func |
typedef U mrpt::utils::metaprogramming::UnaryMemberFunctionWrapper< T, U, V >::argument_type |
Definition at line 316 of file metaprogramming.h.
|
private |
Definition at line 311 of file metaprogramming.h.
typedef T mrpt::utils::metaprogramming::UnaryMemberFunctionWrapper< T, U, V >::result_type |
Definition at line 317 of file metaprogramming.h.
|
inline |
Definition at line 318 of file metaprogramming.h.
|
inline |
Definition at line 321 of file metaprogramming.h.
References mrpt::utils::metaprogramming::UnaryMemberFunctionWrapper< T, U, V >::func.
|
private |
Definition at line 313 of file metaprogramming.h.
Referenced by mrpt::utils::metaprogramming::UnaryMemberFunctionWrapper< T, U, V >::operator()().
|
private |
Definition at line 312 of file metaprogramming.h.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |