Iros
 
Loading...
Searching...
No Matches
di::container::Allocation< T > Struct Template Reference

#include <di/container/allocator/allocation.h>

Public Types

using Value = T
 

Public Attributes

T * data { nullptr }
 
size_t count { 0 }
 

Member Typedef Documentation

◆ Value

template<typename T>
using di::container::Allocation< T >::Value = T

Member Data Documentation

◆ count

template<typename T>
size_t di::container::Allocation< T >::count { 0 }

◆ data

template<typename T>
T* di::container::Allocation< T >::data { nullptr }

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