Nufunello / LRL

Less Routine Library - library provides with zero-cost abstraction solutions for trivial routine
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

std::apply for constexpr containers iterators #4

Open Nufunello opened 3 years ago

Nufunello commented 3 years ago

Idea is to implement std::apply that can work with lrl::iterators::index_iterator(begin and end)

Nufunello commented 2 years ago

std::apply does not support C-style arrays, so it would be nice to support them too