template<typename F>
class std::Detail::not_fn_t< F >
Definition at line 26 of file RNotFn.hxx.
|
| | not_fn_t (F &&f) |
| |
| | not_fn_t (not_fn_t &&h)=default |
| |
| | not_fn_t (const not_fn_t &f)=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 >()) |
| |
#include <ROOT/RNotFn.hxx>
◆ not_fn_t() [1/3]
◆ not_fn_t() [2/3]
◆ not_fn_t() [3/3]
◆ operator()() [1/2]
template<typename F >
template<class... Args>
| auto std::Detail::not_fn_t< F >::operator() |
( |
Args &&... |
args | ) |
& -> decltype(
!std::declval<typename std::result_of<typename std::decay<F>::type(Args...)>::type>())
|
|
inline |
◆ operator()() [2/2]
template<typename F >
template<class... Args>
| auto std::Detail::not_fn_t< F >::operator() |
( |
Args &&... |
args | ) |
const & -> decltype(
!std::declval<typename std::result_of<typename std::decay<F>::type const(Args...)>::type>())
|
|
inline |
◆ fFun
The documentation for this class was generated from the following file: