Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::internal::predicate_leq Struct Reference
Collaboration diagram for tbb::internal::predicate_leq:

Public Member Functions

 predicate_leq (ticket t_)
 
bool operator() (uintptr_t p) const
 

Public Attributes

ticket t
 

Detailed Description

Definition at line 103 of file concurrent_queue.cpp.

Constructor & Destructor Documentation

◆ predicate_leq()

tbb::internal::predicate_leq::predicate_leq ( ticket  t_)
inline

Definition at line 105 of file concurrent_queue.cpp.

Member Function Documentation

◆ operator()()

bool tbb::internal::predicate_leq::operator() ( uintptr_t  p) const
inline

Definition at line 106 of file concurrent_queue.cpp.

106 {return (ticket)p<=t;}
void const char const char int ITT_FORMAT __itt_group_sync p

References p, and t.

Member Data Documentation

◆ t

ticket tbb::internal::predicate_leq::t

Definition at line 104 of file concurrent_queue.cpp.

Referenced by operator()().


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.