Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Internal::VecOps::SmallVectorAlignmentAndSize< T > Struct Template Reference

template<class T>
struct ROOT::Internal::VecOps::SmallVectorAlignmentAndSize< T >

Used to figure out the offset of the first element of an RVec.

Definition at line 201 of file RVec.hxx.

Public Attributes

char Base [sizeof(SmallVectorBase)]
char FirstEl [sizeof(T)]

#include <ROOT/RVec.hxx>

Member Data Documentation

◆ Base

template<class T>
char ROOT::Internal::VecOps::SmallVectorAlignmentAndSize< T >::Base[sizeof(SmallVectorBase)]

Definition at line 202 of file RVec.hxx.

◆ FirstEl

template<class T>
char ROOT::Internal::VecOps::SmallVectorAlignmentAndSize< T >::FirstEl[sizeof(T)]

Definition at line 203 of file RVec.hxx.


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