项目作者: matrixjoeq

项目描述 :
This header file only library implements concept requirements defined by C++ standard for STL algorithms.
高级语言: C++
项目地址: git://github.com/matrixjoeq/concepts.git
创建时间: 2018-09-21T16:30:46Z
项目社区:https://github.com/matrixjoeq/concepts

开源协议:MIT License

下载


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.