Belle II Software  release-08-01-10
Indirect Struct Reference

Functor to get the indirection from an abitrary objects. More...

#include <Functional.h>

Public Member Functions

 operator FunctorTag ()
 Marker function for the isFunctor test.
 
template<class T >
auto operator() (const T &t) const -> decltype(*(t.operator->()))
 Operator getting the indirection of an abitrary object.
 
template<class T >
const T & operator() (const T *t) const
 Specialisation for pointers that indirect to themselves.
 

Detailed Description

Functor to get the indirection from an abitrary objects.

Definition at line 421 of file Functional.h.


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