Classes | |
| class | DelegateWrapper< Return, Params...> |
| The DelegateWrapper template function creates a delegate wrapper for the given function pointer. More... | |
The smjg.libs.util.dgwrap module provides the DelegateWrapper template, used to create a delegate from a function pointer. This makes it possible to use pointers to global or static member functions in circumstances where a delegate is required.
1.5.4