j
k
j a
j l
void consume() { sig.connect(boost::bind(&self_type::process, this, _1)); sig(2,0.5); }
void consume() { sig.connect(boost::bind(&self_type::process, this, _1));
sig(2,0.5); }
sig.connect(boost::bind(&self_type::process, this, _1, _2));
Back to the thread
Back to the list