Orocos Real-Time Toolkit  2.9.0
Public Member Functions | List of all members
RTT::internal::GetArgument< Seq, Data, typename boost::enable_if< is_pure_reference< Data > >::type > Struct Template Reference

In this case, Data is a pure reference and the first element of Seq is an AssignableDataSource. More...

#include <rtt/internal/CreateSequence.hpp>

Public Member Functions

Data operator() (Seq s)
 

Detailed Description

template<class Seq, class Data>
struct RTT::internal::GetArgument< Seq, Data, typename boost::enable_if< is_pure_reference< Data > >::type >

In this case, Data is a pure reference and the first element of Seq is an AssignableDataSource.

Definition at line 82 of file CreateSequence.hpp.

Member Function Documentation

template<class Seq , class Data >
Data RTT::internal::GetArgument< Seq, Data, typename boost::enable_if< is_pure_reference< Data > >::type >::operator() ( Seq  s)
inline

Definition at line 83 of file CreateSequence.hpp.


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