smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Utilities.hpp File Reference
#include <string>
#include "smgl/UtilitiesImpl.hpp"
Include dependency graph for Utilities.hpp:
This graph shows which files directly or indirectly include this file:

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.