Create a Variant_Base object holding the 0th alternative, which is value‐initialized.
Synopsis
Declared in <bslstl_variant.h>
Variant_Base();
Description
Create a Variant_Base object holding the 0th alternative, which is value‐initialized. If this Variant_Base is allocator‐aware, the currently installed default allocator is used to supply memory.
Created with MrDocs