remove.hpp File Reference
#include <atria/xform/transducer/filter.hpp>
#include <atria/xform/transducer/map.hpp>
#include <atria/prelude/complement.hpp>
Go to the source code of this file.
Namespaces | |
atria | |
C++ amazing templates and reusable implementations awesomeness. | |
atria::xform | |
Efficient and flexible C++ implementation of transducers. | |
Functions | |
template<typename PredicateT > | |
auto | remove (PredicateT &&pred) -> decltype(filter(complement(std::forward< PredicateT >(pred)))) |
Similar to clojure.core/remove$1. More... | |