A template function that returns a copy of the body function object from a continue_node, function_node, multifunction_node, or source_node.
template< typename Body, typename Node > Body copy_body( Node &n );
#include "tbb/flow_graph.h"