ATLAS Offline Software
Public Member Functions | List of all members
SG::ExcNonowningContainer Class Reference

Exception — Attempted to insert a unique_ptr to a non-owning container. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcNonowningContainer:
Collaboration diagram for SG::ExcNonowningContainer:

Public Member Functions

 ExcNonowningContainer ()
 Constructor. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExcNonowningContainer()

SG::ExcNonowningContainer::ExcNonowningContainer ( )

Constructor.

Definition at line 298 of file Control/AthContainers/Root/exceptions.cxx.

299  : std::runtime_error ("SG::ExcNonowningContainer: Attempted to insert a unique_ptr to a non-owning container.")
300 {
301 }

The documentation for this class was generated from the following files: