![]() |
Belle II Software development
|
Functor to get the I part (as of std::get<I>
) from an arbitrary 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(std::get< I >(t)) |
Operator getting the I part (as of std::get<I> ) of an arbitrary object. | |
Functor to get the I part (as of std::get<I>
) from an arbitrary objects.
Definition at line 275 of file Functional.h.
|
inline |
Operator getting the I part (as of std::get<I>
) of an arbitrary object.
Definition at line 281 of file Functional.h.