j
k
j a
j l
void bar (int); }; <...> subscribe (STATE1, bind(&S::bar, &s1)); // this one is wrong. Why?
bind(&S::bar, &s1, _1)
Back to the thread
Back to the list