| 
    Intel(R) Threading Building Blocks Doxygen Documentation
    version 4.2.3
    
   | 
 
leaf for multifunction. OutputSet can be a std::tuple or a vector. More...
#include <_flow_graph_body_impl.h>
Public Member Functions | |
| multifunction_body_leaf (const B &_body) | |
| void | operator() (const Input &input, OutputSet &oset) __TBB_override | 
| void * | get_body_ptr () __TBB_override | 
| multifunction_body_leaf * | clone () __TBB_override | 
  Public Member Functions inherited from internal::multifunction_body< Input, OutputSet > | |
| virtual | ~multifunction_body () | 
Private Attributes | |
| B | body | 
leaf for multifunction. OutputSet can be a std::tuple or a vector.
Definition at line 260 of file _flow_graph_body_impl.h.
      
  | 
  inline | 
Definition at line 262 of file _flow_graph_body_impl.h.
      
  | 
  inlinevirtual | 
Implements internal::multifunction_body< Input, OutputSet >.
Definition at line 267 of file _flow_graph_body_impl.h.
References internal::multifunction_body_leaf< Input, OutputSet, B >::body.
      
  | 
  inlinevirtual | 
Implements internal::multifunction_body< Input, OutputSet >.
Definition at line 266 of file _flow_graph_body_impl.h.
References internal::multifunction_body_leaf< Input, OutputSet, B >::body.
      
  | 
  inlinevirtual | 
Implements internal::multifunction_body< Input, OutputSet >.
Definition at line 263 of file _flow_graph_body_impl.h.
References internal::multifunction_body_leaf< Input, OutputSet, B >::body.
      
  | 
  private |