Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
kcenon::logger::small_string< SSO_SIZE >::data_union Union Reference
Collaboration diagram for kcenon::logger::small_string< SSO_SIZE >::data_union:
Collaboration graph

Public Member Functions

 data_union ()
 

Public Attributes

char small [SSO_SIZE]
 
struct { 
 
   char *   ptr 
 
   size_t   capacity 
 
heap 
 

Detailed Description

template<size_t SSO_SIZE = 256>
union kcenon::logger::small_string< SSO_SIZE >::data_union

Definition at line 400 of file small_string.h.

Constructor & Destructor Documentation

◆ data_union()

template<size_t SSO_SIZE = 256>
kcenon::logger::small_string< SSO_SIZE >::data_union::data_union ( )
inline

Definition at line 410 of file small_string.h.

Member Data Documentation

◆ capacity

◆ [struct]

◆ ptr

◆ small


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