Equivalent of std::bind2nd for functions with non-const arguments.
Definition at line 387 of file metaprogramming.h.
#include <mrpt/utils/metaprogramming.h>
Public Types | |
typedef Op::first_argument_type | argument_type |
typedef Op::result_type | result_type |
Public Member Functions | |
NonConstBind2nd (Op &o, typename Op::second_argument_type &t) | |
result_type | operator() (argument_type &f) |
Private Attributes | |
Op & | op |
Op::second_argument_type & | val |
typedef Op::first_argument_type mrpt::utils::metaprogramming::NonConstBind2nd< Op >::argument_type |
Definition at line 394 of file metaprogramming.h.
typedef Op::result_type mrpt::utils::metaprogramming::NonConstBind2nd< Op >::result_type |
Definition at line 395 of file metaprogramming.h.
|
inline |
Definition at line 396 of file metaprogramming.h.
|
inline |
Definition at line 399 of file metaprogramming.h.
References mrpt::utils::metaprogramming::NonConstBind2nd< Op >::op, and mrpt::utils::metaprogramming::NonConstBind2nd< Op >::val.
|
private |
Definition at line 390 of file metaprogramming.h.
Referenced by mrpt::utils::metaprogramming::NonConstBind2nd< Op >::operator()().
|
private |
Definition at line 391 of file metaprogramming.h.
Referenced by mrpt::utils::metaprogramming::NonConstBind2nd< Op >::operator()().
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 |