Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::type_plus_align< T1, T2, REM > Struct Template Reference

type mimicking std::pair but with trailing fill to ensure each element of an array More...

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::type_plus_align< T1, T2, REM >:

Public Attributes

char first [sizeof(T1)]
 
T2 second
 
char fill1 [REM]
 

Detailed Description

template<typename T1, typename T2, size_t REM>
struct tbb::flow::interface11::internal::type_plus_align< T1, T2, REM >

type mimicking std::pair but with trailing fill to ensure each element of an array

Definition at line 392 of file flow_graph.h.

Member Data Documentation

◆ fill1

template<typename T1 , typename T2 , size_t REM>
char tbb::flow::interface11::internal::type_plus_align< T1, T2, REM >::fill1[REM]

Definition at line 395 of file flow_graph.h.

◆ first

template<typename T1 , typename T2 , size_t REM>
char tbb::flow::interface11::internal::type_plus_align< T1, T2, REM >::first[sizeof(T1)]

Definition at line 393 of file flow_graph.h.

◆ second

template<typename T1 , typename T2 , size_t REM>
T2 tbb::flow::interface11::internal::type_plus_align< T1, T2, REM >::second

Definition at line 394 of file flow_graph.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.