cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
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... | |
Backport implementation of not_fn()
.