Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
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_types_impl.h>

Collaboration diagram for 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 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 391 of file _flow_graph_types_impl.h.

Member Data Documentation

◆ fill1

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

Definition at line 394 of file _flow_graph_types_impl.h.

◆ first

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

◆ second


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.