#include <rc_driver_object.h>
copies src to dest
Definition at line 1176 of file rc_driver_object.h.
Public Types | |
typedef boost::add_const< R > ::type | src_type |
typedef retval< R, boost::is_reference < R >::value > | dest_type |
Public Member Functions | |
void | operator() (src_type src, dest_type *dest) const |
typedef boost::add_const<R>::type src_type |
Definition at line 1179 of file rc_driver_object.h.
typedef retval<R, boost::is_reference<R>::value> dest_type |
Definition at line 1180 of file rc_driver_object.h.
Definition at line 1182 of file rc_driver_object.h.