Raven Core  3.0.0
P2P Digital Currency
Public Attributes | List of all members
prevector< N, T, Size, Diff >::direct_or_indirect Union Reference

Public Attributes

char direct [sizeof(T) *N]
 
struct {
   size_type   capacity
 
   char *   indirect
 
}; 
 

Detailed Description

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
union prevector< N, T, Size, Diff >::direct_or_indirect

Definition at line 150 of file prevector.h.

Member Data Documentation

◆ @12

struct { ... }

◆ capacity

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
size_type prevector< N, T, Size, Diff >::direct_or_indirect::capacity

Definition at line 153 of file prevector.h.

◆ direct

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
char prevector< N, T, Size, Diff >::direct_or_indirect::direct[sizeof(T) *N]

Definition at line 151 of file prevector.h.

◆ indirect

template<unsigned int N, typename T, typename Size = uint32_t, typename Diff = int32_t>
char* prevector< N, T, Size, Diff >::direct_or_indirect::indirect

Definition at line 154 of file prevector.h.


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