ATLAS Offline Software
|
#include <TrackingVolume.h>
Public Member Functions | |
ConstSharedPtrSpan (const std::vector< std::shared_ptr< T >> &m_var) | |
const T * | operator[] (size_t i) const |
constexpr bool | empty () const noexcept |
constexpr size_t | size () const noexcept |
Private Attributes | |
ArraySpan< const std::shared_ptr< T > > | m_span |
Definition at line 66 of file TrackingVolume.h.
|
inline |
Definition at line 69 of file TrackingVolume.h.
|
inlineconstexprnoexcept |
Definition at line 75 of file TrackingVolume.h.
|
inline |
Definition at line 74 of file TrackingVolume.h.
|
inlineconstexprnoexcept |
Definition at line 76 of file TrackingVolume.h.
|
private |
Definition at line 79 of file TrackingVolume.h.