#include <GaudiAlg/FunctionalDetails.h>
|
template<typename In , typename = typename std::enable_if< !std::is_pointer<In>::value>::type> |
In & | operator() (In &in) const |
|
template<typename In > |
In & | operator() (In *in) const |
|
Definition at line 129 of file FunctionalDetails.h.
template<typename In , typename = typename std::enable_if< !std::is_pointer<In>::value>::type>
In& Gaudi::Functional::details::deref_t::operator() |
( |
In & |
in | ) |
const |
|
inline |
template<typename In >
In& Gaudi::Functional::details::deref_t::operator() |
( |
In * |
in | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: