Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::internal::padded< T, S > Struct Template Reference

Pads type T to fill out to a multiple of cache line size. More...

#include <tbb_stddef.h>

Inheritance diagram for tbb::internal::padded< T, S >:
Collaboration diagram for tbb::internal::padded< T, S >:

Additional Inherited Members

- Public Attributes inherited from tbb::internal::padded_base< T, S, sizeof(T) % S >
char pad [S - R]
 

Detailed Description

template<class T, size_t S = NFS_MaxLineSize>
struct tbb::internal::padded< T, S >

Pads type T to fill out to a multiple of cache line size.

Definition at line 261 of file tbb_stddef.h.


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.