Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
type mimicking std::pair but with trailing fill to ensure each element of an array More...
#include <_flow_graph_types_impl.h>
Public Attributes | |
char | first [sizeof(T1)] |
T2 | second |
char | fill1 [REM] |
type mimicking std::pair but with trailing fill to ensure each element of an array
Definition at line 391 of file _flow_graph_types_impl.h.
char internal::type_plus_align< T1, T2, REM >::fill1[REM] |
Definition at line 394 of file _flow_graph_types_impl.h.
char internal::type_plus_align< T1, T2, REM >::first[sizeof(T1)] |
Definition at line 392 of file _flow_graph_types_impl.h.
Referenced by internal::item_buffer< OutputTuple >::grow_my_array(), and internal::item_buffer< OutputTuple >::set_my_item().
T2 internal::type_plus_align< T1, T2, REM >::second |
Definition at line 393 of file _flow_graph_types_impl.h.
Referenced by internal::item_buffer< OutputTuple >::destroy_item(), internal::item_buffer< OutputTuple >::grow_my_array(), internal::item_buffer< OutputTuple >::my_item_reserved(), internal::item_buffer< OutputTuple >::my_item_valid(), internal::item_buffer< OutputTuple >::release_item(), internal::item_buffer< OutputTuple >::reserve_item(), and internal::item_buffer< OutputTuple >::set_my_item().