Orocos Real-Time Toolkit  2.6.0
RTT::internal::is_arg_return< Arg > Struct Template Reference

This helper struct is required to filter out the AStore elements that don't need to be returned to the user when collect or return is called. More...

#include <rtt/internal/BindStorage.hpp>


Detailed Description

template<class Arg>
struct RTT::internal::is_arg_return< Arg >

This helper struct is required to filter out the AStore elements that don't need to be returned to the user when collect or return is called.

We only return AStore elements that store a pure reference and RStore elements that are not void.

See also:
LocalOperationCallerImpl

Definition at line 235 of file BindStorage.hpp.


The documentation for this struct was generated from the following file: