PolyBoRi
|
#include <polybori/pbori_defs.h>
Go to the source code of this file.
Namespaces | |
namespace | polybori |
Functions | |
template<class MemberFct > | |
MemberFunctionOperator< MemberFct > | polybori::member_function_operator (MemberFct func) |
This file define a template, which extracts related types from a member function pointer.
We use the notation of boost::function_traits as much as possible.