コード例 #1
0
ファイル: reactor_op.hpp プロジェクト: gtbjj/dotfiles
 // Perform the operation. Returns true if it is finished.
 status perform()
 {
   return perform_func_(this);
 }
コード例 #2
0
 // Perform the operation. Returns true if it is finished.
 bool perform()
 {
   return perform_func_(this);
 }