Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
A template to select either 32-bit or 64-bit constant as compile time, depending on machine word size. More...
#include <tbb_stddef.h>
Static Public Attributes | |
static const size_t | value = (size_t)((sizeof(size_t)==sizeof(u)) ? u : ull) |
A template to select either 32-bit or 64-bit constant as compile time, depending on machine word size.
Definition at line 494 of file tbb_stddef.h.
|
static |
Definition at line 497 of file tbb_stddef.h.