Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
typedef type_plus_align< T1, T2, 0 > | just_pair |
typedef type_plus_align< T1, T2, remainder > | type |
Static Public Attributes | |
static const size_t | t1_align = alignment_of<T1>::value |
static const size_t | t2_align = alignment_of<T2>::value |
static const size_t | max_align = t1_align < t2_align ? t2_align : t1_align |
static const size_t | extra_bytes = sizeof(just_pair) % max_align |
static const size_t | remainder = extra_bytes ? max_align - extra_bytes : 0 |
Definition at line 399 of file flow_graph.h.
typedef type_plus_align<T1, T2, 0 > tbb::flow::interface10::internal::aligned_pair< T1, T2 >::just_pair |
Definition at line 402 of file flow_graph.h.
typedef type_plus_align<T1,T2,remainder> tbb::flow::interface10::internal::aligned_pair< T1, T2 >::type |
Definition at line 407 of file flow_graph.h.
|
static |
Definition at line 404 of file flow_graph.h.
|
static |
Definition at line 403 of file flow_graph.h.
|
static |
Definition at line 405 of file flow_graph.h.
|
static |
Definition at line 400 of file flow_graph.h.
|
static |
Definition at line 401 of file flow_graph.h.