template<typename Relation_type>
class HepMC3::Recursive< Relation_type >
forward declare the recursion wrapper
Recursive.
Definition at line 94 of file Relatives.h.
|
template<typename GenObject_type , typename dummy > |
GenParticles_type< GenObject_type > | _recursive (GenObject_type input) const |
|
template<typename GenObject_type , typename std::enable_if< std::is_same< GenVertex, typename std::remove_const< typename GenObject_type::element_type >::type >::value, int * >::type = nullptr> |
GenParticles_type< GenObject_type > | _recursive (GenObject_type input) const |
|
template<typename GenObject_type , typename std::enable_if< std::is_same< GenParticle, typename std::remove_const< typename GenObject_type::element_type >::type >::value, int * >::type = nullptr> |
GenParticles_type< GenObject_type > | _recursive (GenObject_type input) const |
|