The Gaudi Framework  master (594c33fa)
GaudiPython::_identity Struct Reference

#include </builds/gaudi/Gaudi/GaudiPython/include/GaudiPython/Vector.h>

Public Member Functions

template<typename T >
operator() (const T &value) const
 

Detailed Description

It is here due to 'missing'(?) std::identity

Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@l.nosp@m.app..nosp@m.in2p3.nosp@m..fr
Date
2005-08-02

Definition at line 37 of file Vector.h.

Member Function Documentation

◆ operator()()

template<typename T >
T GaudiPython::_identity::operator() ( const T &  value) const
inline

Definition at line 39 of file Vector.h.

39  {
40  return value;
41  }

The documentation for this struct was generated from the following file: