![]() |
![]() |
#include <EtaPhiContainer.h>
Public Member Functions | |
const T * | operator() (const EtaPhiContainer< T > &aContainer, int aIndex) |
Definition at line 155 of file EtaPhiContainer.h.
const T* EtaPhiContainerLookUp< T >::operator() | ( | const EtaPhiContainer< T > & | aContainer, |
int | aIndex | ||
) | [inline] |
Definition at line 158 of file EtaPhiContainer.h.
References EtaPhiContainer< T >::at().
{ return &aContainer.at( aIndex ); }