This partial specialization manages a trivially destructible value_type in Optional_Base. It does not have a user‐provided destructor, which makes it is_trivially_destructible itself.
Synopsis
Declared in <bslstl_optional.h>
template<class t_TYPE>
struct Optional_Data<t_TYPE, true>
: Optional_DataImp<t_TYPE>
Base Classes
Name |
Description |
This component‐private |
Member Functions
Name |
Description |
|
|
Return |
|
Destroy the |
|
|
|
Using Declarations
Name |
Created with MrDocs