Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 355 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 355 Bytes

CppUtils

C++ 11 generic utils.

Utils for functional generic, unified working style with c++ standard library containers. They very useful for everyday coding for speed, maintability, readability and expression of human minds in the projects codebases. No error proned raw iterators. For performance, you can also use nocopy versions of the algorithms.