BRE12
Public Member Functions | List of all members
internal::multifunction_body_leaf< Input, OutputSet, B > Class Template Reference

leaf for multifunction. OutputSet can be a std::tuple or a vector. More...

#include <_flow_graph_impl.h>

Inheritance diagram for internal::multifunction_body_leaf< Input, OutputSet, B >:
internal::multifunction_body< Input, OutputSet >

Public Member Functions

 multifunction_body_leaf (const B &_body)
 
void operator() (const Input &input, OutputSet &oset)
 
get_body ()
 
multifunction_body_leafclone ()
 

Detailed Description

template<typename Input, typename OutputSet, typename B>
class internal::multifunction_body_leaf< Input, OutputSet, B >

leaf for multifunction. OutputSet can be a std::tuple or a vector.


The documentation for this class was generated from the following file: