ATLAS Offline Software
Namespaces | Functions
Barcode.h File Reference
#include <type_traits>
Include dependency graph for Barcode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 HepMC
 

Functions

template<class T >
int HepMC::barcode (const T *p)
 
int HepMC::barcode (int p)
 
template<class T , std::enable_if_t<!std::is_pointer< T >::value &&!std::is_same< T, int >::value, bool > = true>
int HepMC::barcode (const T &p)