/concepts

This header file only library implements concept requirements defined by C++ standard for STL algorithms.

Primary LanguageC++MIT LicenseMIT

concepts

This header file only library implements concept requirements defined by C++ standard for STL algorithms.

It has two parts, one is "concept", the other is "algorithm". In "concept" folder, all header files (excluding files under detail folder) are matched to one specific concept requirement defined by C++ standard. In "algorithm" folder, all header files (excluding files under detail folder) are matched to one specific STL algorithm defined by C++ standard.