EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dfe::SmallVector< T, N, Allocator >::AllocatedStorage Struct Reference

Public Attributes

size_type capacity
 
Tdata
 

Detailed Description

template<typename T, std::size_t N, typename Allocator = std::allocator<T>>
struct dfe::SmallVector< T, N, Allocator >::AllocatedStorage

Definition at line 85 of file dfe_smallvector.hpp.

View newest version in sPHENIX GitHub at line 85 of file dfe_smallvector.hpp

Member Data Documentation

template<typename T, std::size_t N, typename Allocator = std::allocator<T>>
size_type dfe::SmallVector< T, N, Allocator >::AllocatedStorage::capacity
template<typename T, std::size_t N, typename Allocator = std::allocator<T>>
T* dfe::SmallVector< T, N, Allocator >::AllocatedStorage::data

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