cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Namespaces | Functions
n4022-not_fn.hpp File Reference

Backport implementation of not_fn() . More...

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 
 cxxomfort::cxxostd
 Backports made available by cxxomfort.
 

Functions

template<typename Fn >
not_fn_t< Fn > not_fn (Fn &&f)
 Creates a function wrapper that returns the negation of a given function-like / callable. More...
 

Detailed Description

Backport implementation of not_fn() .