![]() |
ATLAS Offline Software
|
Helper for unique_ptr conversions. More...
#include <DataVectorWithAlloc.h>
Public Types | |
| using | Base = std::unique_ptr<DataVectorWithAlloc> |
Public Member Functions | |
| operator std::unique_ptr< const DV > () &&noexcept | |
| T * | operator-> () |
| STL member. | |
Public Attributes | |
| T | ptr |
| STL member. | |
Helper for unique_ptr conversions.
See make_unique below.
Definition at line 221 of file DataVectorWithAlloc.h.
| using DataVectorWithAlloc< DV, ALLOC >::ContainerUniquePtr::Base = std::unique_ptr<DataVectorWithAlloc> |
Definition at line 225 of file DataVectorWithAlloc.h.
|
inlinenoexcept |
Definition at line 227 of file DataVectorWithAlloc.h.
|
inherited |
STL member.
|
inherited |
STL member.