I am trying to create a pointer to a member function which has default arguments. When I call through this function pointer, I do not want to specify an argument for the de
This is not possible given the constraints. Your options are:
Check out Boost for some handy tools to simplify this.