ROOT 6.16/01 Reference Guide |
Definition at line 33 of file RNotFn.hxx.
Public Member Functions | |
not_fn_t (const not_fn_t &f)=default | |
not_fn_t (F &&f) | |
not_fn_t (not_fn_t &&h)=default | |
template<class... Args> | |
auto | operator() (Args &&... args) &-> decltype(!std::declval< typename std::result_of< typename std::decay< F >::type(Args...)>::type >()) |
template<class... Args> | |
auto | operator() (Args &&... args) const &-> decltype(!std::declval< typename std::result_of< typename std::decay< F >::type const(Args...)>::type >()) |
Private Attributes | |
std::decay< F >::type | fFun |
#include <ROOT/RNotFn.hxx>
|
inlineexplicit |
Definition at line 37 of file RNotFn.hxx.
|
inline |
Definition at line 42 of file RNotFn.hxx.
|
inline |
Definition at line 48 of file RNotFn.hxx.
|
private |
Definition at line 34 of file RNotFn.hxx.