One of two possible base classes for ContainerBase. This class should be used only for allocators with size > 0 (Inheritance from this type can cause ambiguous conversions and should be avoided or insulated.)
Synopsis
Declared in <bslalg_containerbase.h>
template<class ALLOCATOR>
class ContainerBase_NonEmptyBase;
Type Aliases
Name |
Description |
Alias for the (template parameter) |
Member Functions
Name |
Description |
|
Construct this object to hold a copy of the specified |
|
Destroy this object. |
|
Created with MrDocs