#include </builds/gaudi/Gaudi/GaudiAlg/include/GaudiAlg/FunctionalDetails.h>
|
| template<typename In , typename = std::enable_if_t<!std::is_pointer_v<In>>> |
| const In & | operator() (const In &in) const |
| |
| template<typename In , typename = std::enable_if_t<!std::is_pointer_v<std::decay_t<In>>>> |
| In | operator() (In &&in) const |
| |
| template<typename In > |
| const In & | operator() (const In *in) const |
| |
Definition at line 220 of file FunctionalDetails.h.
◆ operator()() [1/3]
template<typename In , typename = std::enable_if_t<!std::is_pointer_v<In>>>
| const In& Gaudi::Functional::details::deref_t::operator() |
( |
const In & |
in | ) |
const |
|
inline |
◆ operator()() [2/3]
template<typename In >
| const In& Gaudi::Functional::details::deref_t::operator() |
( |
const In * |
in | ) |
const |
|
inline |
◆ operator()() [3/3]
template<typename In , typename = std::enable_if_t<!std::is_pointer_v<std::decay_t<In>>>>
| In Gaudi::Functional::details::deref_t::operator() |
( |
In && |
in | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: