distinct.hpp File Reference
#include <atria/xform/transducer_impl.hpp>
#include <atria/xform/state_wrapper.hpp>
#include <atria/xform/with_state.hpp>
#include <atria/estd/tuple_hash.hpp>
#include <atria/prelude/tuplify.hpp>
#include <atria/estd/functional.hpp>
#include <atria/meta/copy_traits.hpp>
#include <unordered_set>
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 | distinct_t = transducer_impl< detail::distinct_rf_gen > |
Variables | |
constexpr distinct_t | distinct {} |
Equivalent to clojure/distinct$0. More... | |