Equivalent of std::bind2nd for functions with non-const arguments. More...
#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 |
Equivalent of std::bind2nd for functions with non-const arguments.
Definition at line 374 of file metaprogramming.h.
| typedef Op::first_argument_type mrpt::utils::metaprogramming::NonConstBind2nd< Op >::argument_type |
Definition at line 379 of file metaprogramming.h.
| typedef Op::result_type mrpt::utils::metaprogramming::NonConstBind2nd< Op >::result_type |
Definition at line 380 of file metaprogramming.h.
| mrpt::utils::metaprogramming::NonConstBind2nd< Op >::NonConstBind2nd | ( | Op & | o, | |
| typename Op::second_argument_type & | t | |||
| ) | [inline] |
Definition at line 381 of file metaprogramming.h.
| result_type mrpt::utils::metaprogramming::NonConstBind2nd< Op >::operator() | ( | argument_type & | f | ) | [inline] |
Definition at line 382 of file metaprogramming.h.
References mrpt::utils::metaprogramming::NonConstBind2nd< Op >::op, and mrpt::utils::metaprogramming::NonConstBind2nd< Op >::val.
Op& mrpt::utils::metaprogramming::NonConstBind2nd< Op >::op [private] |
Definition at line 376 of file metaprogramming.h.
Referenced by mrpt::utils::metaprogramming::NonConstBind2nd< Op >::operator()().
Op::second_argument_type& mrpt::utils::metaprogramming::NonConstBind2nd< Op >::val [private] |
Definition at line 377 of file metaprogramming.h.
Referenced by mrpt::utils::metaprogramming::NonConstBind2nd< Op >::operator()().
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |