Skip to content
Snippets Groups Projects
Commit 3a593469 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[BL] added comment

parent 7b30b276
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,8 @@ template <typename Object, typename MethodClass, typename ReturnType,
typename... Args>
typename std::enable_if<
std::is_same<MethodClass,
/* Note: All of remove_cv, remove_pointer and decay is
* necessary, e.g. if method is a member function pointer. */
typename std::remove_cv<typename std::remove_pointer<
typename std::decay<Object>::type>::type>::type>::value,
std::function<ReturnType(Args...)>>::type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment