Equivalent of std::bind2nd for functions with non-const arguments.
#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::argument_type |
Definition at line 366 of file metaprogramming.h.
| typedef Op::result_type mrpt::utils::metaprogramming::NonConstBind2nd::result_type |
Definition at line 367 of file metaprogramming.h.
| mrpt::utils::metaprogramming::NonConstBind2nd::NonConstBind2nd | ( | Op & | o, |
| typename Op::second_argument_type & | t | ||
| ) | [inline] |
Definition at line 368 of file metaprogramming.h.
| result_type mrpt::utils::metaprogramming::NonConstBind2nd::operator() | ( | argument_type & | f | ) | [inline] |
Definition at line 369 of file metaprogramming.h.
Op& mrpt::utils::metaprogramming::NonConstBind2nd::op [private] |
Definition at line 363 of file metaprogramming.h.
Referenced by operator()().
Op::second_argument_type& mrpt::utils::metaprogramming::NonConstBind2nd::val [private] |
Definition at line 364 of file metaprogramming.h.
Referenced by operator()().
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |