![]() |
![]() |
#include <RefTraits.h>
Public Types | |
typedef FindRefVectorUsingAdvance < REFV > | self |
Public Member Functions | |
self::result_type | operator() (typename self::first_argument_type iContainer, typename self::second_argument_type iIndex) |
Definition at line 26 of file RefTraits.h.
typedef FindRefVectorUsingAdvance<REFV> edm::refhelper::FindRefVectorUsingAdvance< REFV >::self |
Definition at line 29 of file RefTraits.h.
self::result_type edm::refhelper::FindRefVectorUsingAdvance< REFV >::operator() | ( | typename self::first_argument_type | iContainer, |
typename self::second_argument_type | iIndex | ||
) | [inline] |
Definition at line 30 of file RefTraits.h.
{ typename REFV::const_iterator it = iContainer.begin(); std::advance(it, iIndex); return it.operator->()->get();; }