dedupe.hpp File Reference
#include <atria/xform/transducer_impl.hpp>
#include <atria/xform/state_wrapper.hpp>
#include <atria/xform/with_state.hpp>
#include <atria/xform/skip.hpp>
#include <atria/prelude/tuplify.hpp>
#include <atria/estd/type_traits.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. | |
Typedefs | |
using | dedupe_t = transducer_impl< detail::dedupe_rf_gen > |
Variables | |
constexpr dedupe_t | dedupe {} |
Equivalent to clojure/dedupe$0. More... | |