![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Go to the source code of this file.
Classes | |
| struct | smgl::detail::ExpandType |
| Helper class for calling function iteratively on parameter pack. More... | |
Namespaces | |
| namespace | smgl |
| Project top-level namespace. | |
| namespace | smgl::detail |
| Implementation details namespace. | |
Functions | |
| template<class Obj , class ObjMemberFn , typename... Args> | |
| auto | smgl::WrapFunc (Obj *obj, ObjMemberFn &&fn, Args &&... args) |
| Wrap a member function w/ arguments into a lambda function. | |