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