This component‐private struct keeps track of the allocator for a bsl::variant object.
Synopsis
Declared in <bslstl_variant.h>
template<bool t_AA>
struct Variant_AllocatorBase;
Description
The primary template is used when the variant is not allocator‐aware (because it has no allocator‐aware alternatives).
Member Functions
Name |
Description |
Return a null pointer. |
Specializations
Name |
Description |
This specialization is used when the |
Derived Classes
Name |
Description |
Define the data representation and special member functions of |
Created with MrDocs