drop.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.
 

Typedefs

template<typename T >
using drop_t = transducer_impl< detail::drop_rf_gen, T >
 

Functions

template<typename IntegralT >
auto drop (IntegralT &&n) -> drop_t< estd::decay_t< IntegralT > >
 Similar to clojure.core/drop$1. More...
 
Fork me on GitHub