View6< Thing, Sub1, Sub2, Sub3, Sub4, Sub5, Sub6 > Struct Template Reference
View6 enables you to write:.
More...
#include <View.h>
Detailed Description
template<class Thing, class Sub1, class Sub2, class Sub3, class Sub4, class Sub5, class Sub6>
struct View6< Thing, Sub1, Sub2, Sub3, Sub4, Sub5, Sub6 >
View6 enables you to write:.
A a;
B b;
C c;
D d;
E e;
F f;
G g;
typename View6<A,B,C,D,E,F,G>::Type_t thing = a(b,c,d,e,f,g);
The documentation for this struct was generated from the following file: