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

template<typename T, unsigned N>
struct ROOT::Internal::VecOps::SmallVectorStorage< T, N >

Storage for the SmallVector elements.

This is specialized for the N=0 case to avoid allocating unnecessary storage.

Definition at line 497 of file RVec.hxx.

Public Attributes

char InlineElts [N *sizeof(T)] {}
 

#include <ROOT/RVec.hxx>

Inheritance diagram for ROOT::Internal::VecOps::SmallVectorStorage< T, N >:
[legend]

Member Data Documentation

◆ InlineElts

template<typename T , unsigned N>
char ROOT::Internal::VecOps::SmallVectorStorage< T, N >::InlineElts[N *sizeof(T)] {}

Definition at line 498 of file RVec.hxx.

Collaboration diagram for ROOT::Internal::VecOps::SmallVectorStorage< T, N >:
[legend]

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