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