complement.hpp
Go to the documentation of this file.
#define ABL_DECLTYPE_RETURN(body_expr)
Utility for defining generic functions with a deduced return type, that are composed of a single expr...
Definition: utils.hpp:109
Definition: complement.hpp:38
auto complement(FnT &&fn) -> complement_t< estd::decay_t< FnT > >
Similar to clojure.core/complement$1.
Definition: complement.hpp:55