View1< Thing, Sub > Struct Template Reference
View1 enables you to write:.
More...
#include <View.h>
Detailed Description
template<class Thing, class Sub>
struct View1< Thing, Sub >
View1 enables you to write:.
A a;
B b;
typename View1<A,B>::Type_t c = a(b);
The documentation for this struct was generated from the following file: