Bitcoin ABC 0.30.3
P2P Digital Currency
|
Public Attributes | |
char | direct [sizeof(T) *N] |
struct { | |
char * indirect | |
size_type capacity | |
} | indirect_contents |
Definition at line 235 of file prevector.h.
size_type prevector< N, T, Size, Diff >::direct_or_indirect::capacity |
Definition at line 239 of file prevector.h.
char prevector< N, T, Size, Diff >::direct_or_indirect::direct[sizeof(T) *N] |
Definition at line 236 of file prevector.h.
char* prevector< N, T, Size, Diff >::direct_or_indirect::indirect |
Definition at line 238 of file prevector.h.
struct { ... } prevector< N, T, Size, Diff >::direct_or_indirect::indirect_contents |