Fast CDR  Version 2.3.0
Fast CDR
optional_storage< T, typename > Struct Template Reference

#include <optional.hpp>

Public Member Functions

 optional_storage ()
 
 ~optional_storage ()
 

Public Attributes

union {
   char   dummy_
 
   T   val_
 
}; 
 
bool engaged_ { false }
 

Constructor & Destructor Documentation

◆ optional_storage()

optional_storage ( )
inline

◆ ~optional_storage()

~optional_storage ( )
inline

Member Data Documentation

◆ 

union { ... }

◆ dummy_

char dummy_

◆ engaged_

bool engaged_ { false }

◆ val_

T val_

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