Public Member Functions | Public Attributes

fst::script::args::Package< T1, T2, none_type, none_type, none_type, none_type, none_type, none_type, none_type > Struct Template Reference

2 args (minimum) More...

#include <fst/script/arg-packs.h>

List of all members.

Public Member Functions

 Package (T1 arg1, T2 arg2)

Public Attributes

T1 arg1
T2 arg2

Detailed Description

template<class T1, class T2>
struct fst::script::args::Package< T1, T2, none_type, none_type, none_type, none_type, none_type, none_type, none_type >

2 args (minimum)

Definition at line 201 of file arg-packs.h.


Constructor & Destructor Documentation

template<class T1 , class T2 >
fst::script::args::Package< T1, T2, none_type, none_type, none_type, none_type, none_type, none_type, none_type >::Package ( T1  arg1,
T2  arg2 
) [inline]

Definition at line 207 of file arg-packs.h.


Member Data Documentation

template<class T1 , class T2 >
T1 fst::script::args::Package< T1, T2, none_type, none_type, none_type, none_type, none_type, none_type, none_type >::arg1

Definition at line 204 of file arg-packs.h.

template<class T1 , class T2 >
T2 fst::script::args::Package< T1, T2, none_type, none_type, none_type, none_type, none_type, none_type, none_type >::arg2

Definition at line 205 of file arg-packs.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines