![]() |
ATLAS Offline Software
|
Interface for a component that provides a "memory resource". More...
#include <IMemoryResourceProvider.h>
Public Member Functions | |
| virtual | ~IMemoryResourceProvider ()=default |
| Destructor. | |
| virtual std::pmr::memory_resource & | mr () const =0 |
Get the provided std::pmr::memory_resource object. | |
Interface for a component that provides a "memory resource".
Definition at line 13 of file IMemoryResourceProvider.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Get the provided std::pmr::memory_resource object.