
3 Nov
2008
3 Nov
'08
10:14 a.m.
I mean to use a pointer to mem_fn, not a pointer to the member function.
pointer_type pointer; pointer = someobject.get_pointer( "foobar2" );
What is pointer_type? You said a mem_fn object. Then use a pointer to this mem_fn object for the bimap item.
This would work as you say, but that only moves the problem. How do i get from "&foo1::bar1" to the mem_fn object?