Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Private Attributes

mrpt::utils::metaprogramming::NonConstBind2nd< Op > Class Template Reference


Detailed Description

template<typename Op>
class mrpt::utils::metaprogramming::NonConstBind2nd< Op >

Equivalent of std::bind2nd for functions with non-const arguments.

Definition at line 357 of file metaprogramming.h.

#include <mrpt/utils/metaprogramming.h>

List of all members.

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

Member Typedef Documentation

template<typename Op>
typedef Op::first_argument_type mrpt::utils::metaprogramming::NonConstBind2nd< Op >::argument_type

Definition at line 362 of file metaprogramming.h.

template<typename Op>
typedef Op::result_type mrpt::utils::metaprogramming::NonConstBind2nd< Op >::result_type

Definition at line 363 of file metaprogramming.h.


Constructor & Destructor Documentation

template<typename Op>
mrpt::utils::metaprogramming::NonConstBind2nd< Op >::NonConstBind2nd ( Op &  o,
typename Op::second_argument_type &  t 
) [inline]

Definition at line 364 of file metaprogramming.h.


Member Function Documentation

template<typename Op>
result_type mrpt::utils::metaprogramming::NonConstBind2nd< Op >::operator() ( argument_type f  )  [inline]

Member Data Documentation

template<typename Op>
Op& mrpt::utils::metaprogramming::NonConstBind2nd< Op >::op [private]
template<typename Op>
Op::second_argument_type& mrpt::utils::metaprogramming::NonConstBind2nd< Op >::val [private]



Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011