![]() |
ATLAS Offline Software
|
functor mapping a shared_ptr<Sample> to the raw Sample* it points to. More...
Public Member Functions | |
| Sample * | operator() (const std::shared_ptr< Sample > &p) const |
functor mapping a shared_ptr<Sample> to the raw Sample* it points to.
Used by the public iterator so that callers continue to see *it evaluate to Sample* even though m_samples stores shared_ptr objects.
Definition at line 455 of file SampleHandler.h.
| Sample * SH::SampleHandler::SamplePtrToRawSample::operator() | ( | const std::shared_ptr< Sample > & | p | ) | const |