Exception --- Attempted to insert a unique_ptr to a non-owning container. More...
#include <exceptions.h>
Public Member Functions | |
ExcNonowningContainer () | |
Constructor. |
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.