BRE12
Public Attributes | List of all members
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>

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


The documentation for this struct was generated from the following file: