take_nth.hpp File Reference
#include <atria/xform/transducer_impl.hpp>
#include <atria/xform/state_wrapper.hpp>
#include <atria/xform/with_state.hpp>
#include <atria/meta/copy_traits.hpp>
#include <atria/prelude/constantly.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 | |
template<typename T > | |
using | take_nth_t = transducer_impl< detail::take_nth_rf_gen, T > |
Functions | |
template<typename IntegralT > | |
auto | take_nth (IntegralT &&n) -> take_nth_t< estd::decay_t< IntegralT > > |
Similar to clojure.core/take_nth$1. More... | |