The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
GaudiPython::_identity Struct Reference

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

#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 36 of file Vector.h.

Member Function Documentation

◆ operator()()

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

Definition at line 38 of file Vector.h.

38 {
39 return value;
40 }

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