Public Types | Public Member Functions
RTT::types::stdvector_varargs_ctor< T > Struct Template Reference

#include <VectorTemplateComposition.hpp>

List of all members.

Public Types

typedef T argument_type
typedef const std::vector< T > & result_type

Public Member Functions

result_type operator() (const std::vector< T > &args) const

Detailed Description

template<typename T>
struct RTT::types::stdvector_varargs_ctor< T >

See internal::NArityDataSource which requires a function object like this one.

Definition at line 98 of file VectorTemplateComposition.hpp.


Member Typedef Documentation

template<typename T >
typedef T RTT::types::stdvector_varargs_ctor< T >::argument_type

Definition at line 101 of file VectorTemplateComposition.hpp.

template<typename T >
typedef const std::vector<T>& RTT::types::stdvector_varargs_ctor< T >::result_type

Definition at line 100 of file VectorTemplateComposition.hpp.


Member Function Documentation

template<typename T >
result_type RTT::types::stdvector_varargs_ctor< T >::operator() ( const std::vector< T > &  args) const [inline]

Definition at line 102 of file VectorTemplateComposition.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Mon Oct 6 2014 03:14:00