FreePOOMA  2.4.1
View4< Thing, Sub1, Sub2, Sub3, Sub4 > Struct Template Reference

View4 enables you to write: More...

#include <View.h>


Detailed Description

template<class Thing, class Sub1, class Sub2, class Sub3, class Sub4>
struct View4< Thing, Sub1, Sub2, Sub3, Sub4 >

View4 enables you to write:

 A a;
 B b;
 C c;
 D d;
 E e;
 typename View2<A,B,C,D,E>::Type_t thing = a(b,c,d,e);
 

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