Changes between Version 6 and Version 7 of code/doc/Functor
- Timestamp:
- Oct 1, 2008, 2:09:10 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Functor
v6 v7 210 210 Functor* functor2 = createFunctor<SomeClass, float, float, float>(&SomeClass::someFunction); 211 211 }}} 212 213 == Illustration == 214 [[Image(Functor.png)]]