1 #ifndef GAUDIPYTHON_VECTOR_H 2 #define GAUDIPYTHON_VECTOR_H 1 30 inline Vector::value_type
operator()(
const Vector::value_type& value )
const {
return value; }
34 #endif // GAUDIPYTHON_VECTOR_H It is here due to 'missing'(?) std::identity.
Vector::value_type operator()(const Vector::value_type &value) const
std::vector< double > Vector
useful type definition for implicit loos
GaudiPython.h GaudiPython/GaudiPython.h.
std::vector< Row > Matrix