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

Incapsulate standart algorithms idea #3

Open Nufunello opened 3 years ago

Nufunello commented 3 years ago

Iterators in STL have strict interface

Problems of strict interface in stl algoritms

Algorithms to incapsulate

  1. std::for_each(may be the beggining) ... - list may increase
Nufunello commented 2 years ago

for_each wrapper was implemented https://github.com/Nufunello/LRL/pull/16