remove.hpp File Reference

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...
 
Fork me on GitHub