BRE12
Public Member Functions | List of all members
internal::function_body< Input, Output > Class Template Referenceabstract

A functor that takes an Input and generates an Output. More...

#include <_flow_graph_impl.h>

Inheritance diagram for internal::function_body< Input, Output >:
internal::function_body_leaf< Input, Output, B >

Public Member Functions

virtual Output operator() (const Input &input)=0
 
virtual function_bodyclone ()=0
 

Detailed Description

template<typename Input, typename Output>
class internal::function_body< Input, Output >

A functor that takes an Input and generates an Output.


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