ATLAS Offline Software
Namespaces | Functions
findInContainer.h File Reference

Define a specializable method for finding the index of an object within a container. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SG
 Forward declaration.
 

Functions

template<typename CONT , typename ELT >
bool SG::findInContainer (const CONT &data, const ELT &element, typename CONT::size_type &index)
 Find the index of an object within a container. More...
 

Detailed Description

Define a specializable method for finding the index of an object within a container.

Author
scott snyder
Date
Feb, 2007

Definition in file findInContainer.h.