complement_t< FnT > Struct Template Reference

Public Member Functions

template<typename... ArgTs>
auto operator() (ArgTs &&...args) -> decltype(!estd::invoke(fn, std::forward< ArgTs >(args)...))
 

Public Attributes

FnT fn
 

Detailed Description

template<typename FnT>
struct atria::prelude::complement_t< FnT >

Definition at line 38 of file complement.hpp.


The documentation for this struct was generated from the following file:
Fork me on GitHub