Example #1
0
 void execute(){fun_();}
Example #2
0
 ~scope_guard() {
   if (enabled_) fun_();
 }
Example #3
0
 void execute(){fun_(p1_,p2_,p3_,p4_);}
Example #4
0
 void execute(){fun_(p1_,p2_);}
Example #5
0
 void execute(){fun_(p1_);}
 void handle_timeout() override {
   fun_();
 }
Example #7
0
bool NodeVersionConverter::convert(TxElement* root) { return fun_(root); }