Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RAlignedStorage< AlignT > Struct Template Reference

template<std::size_t AlignT>
struct ROOT::Internal::RAlignedStorage< AlignT >

Storage type whose alignment matches AlignT bytes.

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

Definition at line 53 of file BitUtils.hxx.

Public Attributes

char data [AlignT] = {}
 

#include <ROOT/BitUtils.hxx>

Member Data Documentation

◆ data

template<std::size_t AlignT>
char ROOT::Internal::RAlignedStorage< AlignT >::data[AlignT] = {}

Definition at line 54 of file BitUtils.hxx.

Collaboration diagram for ROOT::Internal::RAlignedStorage< AlignT >:
[legend]

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