This component‐private struct keeps track of the allocator for a bsl::variant object. The primary template is used when the variant is not allocator‐aware (because it has no allocator‐aware alternatives).
Synopsis
Declared in <bslstl_variant.h>
template<bool t_AA>
struct Variant_AllocatorBase;
Member Functions
Name |
Description |
Return a null pointer. Note that this method has the same return type as the allocator‐aware version so that the remainder of the implementation of |
Specializations
Name |
Description |
This specialization is used when the |
Derived Classes
Name |
Description |
This component‐private struct defines the data representation of |
Created with MrDocs