Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::internal::clear_element< 1 > Struct Template Reference

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface10::internal::clear_element< 1 >:

Static Public Member Functions

template<typename P >
static void clear_this (P &p)
 
template<typename P >
static bool this_empty (P &p)
 

Detailed Description

template<>
struct tbb::flow::interface10::internal::clear_element< 1 >

Definition at line 535 of file flow_graph.h.

Member Function Documentation

◆ clear_this()

template<typename P >
static void tbb::flow::interface10::internal::clear_element< 1 >::clear_this ( P &  p)
inlinestatic

Definition at line 536 of file flow_graph.h.

537  :
538  // NOTE: Following part of PUBLIC and PROTECTED sections is copy-pasted in receiver<T> under #if __TBB_PREVIEW_ASYNC_MSG

◆ this_empty()

template<typename P >
static bool tbb::flow::interface10::internal::clear_element< 1 >::this_empty ( P &  p)
inlinestatic

Definition at line 539 of file flow_graph.h.

541  { return false; }

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

Copyright © 2005-2018 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.