#include <SoATupleHelper.h>
Public Types | |
typedef T | Type |
Static Public Attributes | |
static const std::size_t | kAlignment = alignof(T) |
Class used by SoATupleHelper to determine the proper alignment of the requested type. The default is to just use 'alignof(T)'. Users can change the alignment by instead using Aligned<T,ALIGNMENT> for which AlignmentHelper has a specialization.
Definition at line 77 of file SoATupleHelper.h.
typedef T edm::soahelper::AlignmentHelper< T >::Type |
Definition at line 79 of file SoATupleHelper.h.
|
static |
Definition at line 78 of file SoATupleHelper.h.