ATLAS Offline Software
|
Exception — Attempted to insert a unique_ptr to a non-owning container. More...
#include <exceptions.h>
Public Member Functions | |
ExcNonowningContainer () | |
Constructor. More... | |
Exception — Attempted to insert a unique_ptr to a non-owning container.
The unique_ptr
interfaces can be used only on containers that own their elements.
Definition at line 206 of file Control/AthContainers/AthContainers/exceptions.h.
SG::ExcNonowningContainer::ExcNonowningContainer | ( | ) |
Constructor.
Definition at line 298 of file Control/AthContainers/Root/exceptions.cxx.