enumerate.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 enumerate_t = transducer_impl< detail::enumerate_rf_gen, T >
 

Functions

template<typename IntegralT >
constexpr auto enumerate_from (IntegralT &&init) -> enumerate_t< estd::decay_t< IntegralT > >
 

Variables

const enumerate_t< std::size_t > enumerate
 
Fork me on GitHub