![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include <functional>#include <type_traits>Go to the source code of this file.
Namespaces | |
| art | |
| art::detail | |
Functions | |
| template<typename T , typename ResultType , typename... Args> | |
| std::function< ResultType(Args...)> | art::detail::makeWatchFunc (ResultType(T::*slot)(Args...), T &t) |
| template<typename T , typename ResultType , typename... Args> | |
| std::function< ResultType(Args...)> | art::detail::makeWatchFunc (ResultType(T::*slot)(Args...) const, T const &t) |