Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::empty_body< Input, Output > Struct Template Reference

An empty functor that takes an Input and returns a default constructed Output. More...

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::empty_body< Input, Output >:

Public Member Functions

Output operator() (const Input &) const
 

Detailed Description

template<typename Input, typename Output>
struct tbb::flow::interface11::internal::empty_body< Input, Output >

An empty functor that takes an Input and returns a default constructed Output.

Definition at line 398 of file flow_graph.h.

Member Function Documentation

◆ operator()()

template<typename Input , typename Output >
Output tbb::flow::interface11::internal::empty_body< Input, Output >::operator() ( const Input &  ) const
inline

Definition at line 399 of file flow_graph.h.

403 :
404  template<typename X>

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

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.