Main MRPT website > C++ reference for MRPT 1.3.2
List of all members | 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 313 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
 

Member Typedef Documentation

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

Definition at line 318 of file metaprogramming.h.

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

Definition at line 319 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 320 of file metaprogramming.h.

Member Function Documentation

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

Definition at line 321 of file metaprogramming.h.

Member Data Documentation

template<typename Op>
Op& mrpt::utils::metaprogramming::NonConstBind2nd< Op >::op
private

Definition at line 315 of file metaprogramming.h.

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

Definition at line 316 of file metaprogramming.h.




Page generated by Doxygen 1.8.11 for MRPT 1.3.2 SVN: at Mon May 9 06:50:38 UTC 2016