#include <SequenceConstructor.hpp>
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 |
See NArityDataSource which requires a function object like this one.
Definition at line 36 of file SequenceConstructor.hpp.
typedef T RTT::types::sequence_varargs_ctor< T >::argument_type |
Definition at line 39 of file SequenceConstructor.hpp.
typedef const std::vector<T>& RTT::types::sequence_varargs_ctor< T >::result_type |
Definition at line 38 of file SequenceConstructor.hpp.
result_type RTT::types::sequence_varargs_ctor< T >::operator() | ( | const std::vector< T > & | args | ) | const [inline] |
Definition at line 40 of file SequenceConstructor.hpp.