FreePOOMA  2.4.1
View2< Thing, Sub1, Sub2 > Struct Template Reference

View2 enables you to write: More...

#include <View.h>


Detailed Description

template<class Thing, class Sub1, class Sub2>
struct View2< Thing, Sub1, Sub2 >

View2 enables you to write:

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

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