Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TEmulatedCollectionProxy::AlignedStorage< Align > Struct Template Reference

template<std::size_t Align>
struct TEmulatedCollectionProxy::AlignedStorage< Align >

Storage type whose alignment matches Align bytes.

Used to instantiate std::vector specializations with guaranteed buffer alignment.

Definition at line 29 of file TEmulatedCollectionProxy.h.

Public Attributes

char data [Align] = {}
 

#include <TEmulatedCollectionProxy.h>

Member Data Documentation

◆ data

template<std::size_t Align>
char TEmulatedCollectionProxy::AlignedStorage< Align >::data[Align] = {}

Definition at line 30 of file TEmulatedCollectionProxy.h.

Collaboration diagram for TEmulatedCollectionProxy::AlignedStorage< Align >:
[legend]

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