![]() |
ATLAS Offline Software
|
Trait for the return type xAOD::shallowCopy for containers.
More...
#include <ShallowCopy.h>
Public Types | |
| using | type |
The type returned by xAOD::shallowCopy when called with a container of type T. | |
| using | type = std::pair<std::unique_ptr<T>, std::unique_ptr<ShallowAuxInfo>> |
The type returned by xAOD::shallowCopy when called with an object of type T. | |
Trait for the return type xAOD::shallowCopy for containers.
Trait for the return type xAOD::shallowCopy for objects.
Definition at line 51 of file ShallowCopy.h.
| using xAOD::ShallowCopyResult< T >::type = std::pair<std::unique_ptr<T>, std::unique_ptr<ShallowAuxInfo>> |
The type returned by xAOD::shallowCopy when called with an object of type T.
Definition at line 63 of file ShallowCopy.h.
| using xAOD::ShallowCopyResult< T >::type |
The type returned by xAOD::shallowCopy when called with a container of type T.
Definition at line 54 of file ShallowCopy.h.