StorageBase is intended to serve as a base class when combining a non-owning container with its storage using inheritance. The storage must be in a base class before the container base so that the storage outlives the container using it.
Protected Member Functions | |
| Storage< kAlignment, kSizeBytes > & | storage () |
| const Storage< kAlignment, kSizeBytes > & | storage () const |