Intel(R) Threading Building Blocks Doxygen Documentation version 4.2.3
Loading...
Searching...
No Matches
tbb::internal::concurrent_vector_base_v3::helper::init_body Struct Reference

TODO: turn into lambda functions when available. More...

Collaboration diagram for tbb::internal::concurrent_vector_base_v3::helper::init_body:

Public Member Functions

 init_body (internal_array_op2 init, const void *src)
 
void operator() (segment_t &, void *begin, size_type n) const
 

Public Attributes

internal_array_op2 func
 
const voidarg
 

Detailed Description

TODO: turn into lambda functions when available.

Definition at line 169 of file concurrent_vector.cpp.

Constructor & Destructor Documentation

◆ init_body()

tbb::internal::concurrent_vector_base_v3::helper::init_body::init_body ( internal_array_op2  init,
const void src 
)
inline

Member Function Documentation

◆ operator()()

void tbb::internal::concurrent_vector_base_v3::helper::init_body::operator() ( segment_t ,
void begin,
size_type  n 
) const
inline

Definition at line 173 of file concurrent_vector.cpp.

173 {
174 func( begin, arg, n );
175 }

References arg, begin, and func.

Member Data Documentation

◆ arg

const void* tbb::internal::concurrent_vector_base_v3::helper::init_body::arg

Definition at line 171 of file concurrent_vector.cpp.

Referenced by operator()().

◆ func

internal_array_op2 tbb::internal::concurrent_vector_base_v3::helper::init_body::func

Definition at line 170 of file concurrent_vector.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.