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

#include <_flow_graph_node_impl.h>

Collaboration diagram for 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

Definition at line 537 of file _flow_graph_node_impl.h.

Member Function Documentation

◆ clear_this()

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

Definition at line 538 of file _flow_graph_node_impl.h.

538  {
539  (void)tbb::flow::get<0>(p).successors().clear();
540  }

References p, and void.

◆ this_empty()

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

Definition at line 541 of file _flow_graph_node_impl.h.

541  {
542  return tbb::flow::get<0>(p).successors().empty();
543  }

References p.


The documentation for this struct was generated from the following file:
void
void
Definition: ittnotify_static.h:91
p
void const char const char int ITT_FORMAT __itt_group_sync p
Definition: ittnotify_static.h:91

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.