j
k
j a
j l
...my_button.on_click = bind( (_1 ->* &A::GetController).DoSomething (), this );
my_button.on_click = bind( (_1 ->* &A::GetController).DoSomething (), this );
I think what you want is something like bind( &Controller::DoSomething, bind( &A::GetController, _1 ) );
Back to the thread
Back to the list