文件名称:单文件标头库中的C ++ 20的C ++ 11和更高版本的jthread-C/C++开发
文件大小:38KB
文件格式:ZIP
更新时间:2024-06-15 20:03:20
C/C++ Miscellaneous
jthread lite:C ++ 20的jthread用于C ++ 11和更高版本。A尚处于起步阶段。 彼得·费瑟斯通(Peter Featherstone)建议。 目录用法示例简而言之,许可证jthread精简版:C ++ 20的jthread用于C ++ 11和更高版本。这项工作尚处于起步阶段。 彼得·费瑟斯通(Peter Featherstone)建议。 目录用法概述许可证依赖项安装简介简介jthread的其他实现注释和参考附录用法示例#include“ nonstd / jthread.hpp” #include int main(int argc,char **){int product = 0; const int 6 = 6; const int 7 = 7; {nonstd :: jthread thr {[&](int x,int y){product = x * y; }
【文件预览】:
jthread-lite-master
----.gitignore(417B)
----.tgitconfig(138B)
----project()
--------jthread-lite.code-workspace(162B)
----.travis.yml(4KB)
----LICENSE.txt(1KB)
----README.md(8KB)
----cmake()
--------jthread-lite-config.cmake.in(168B)
--------jthread-lite-config-version.cmake.in(787B)
----include()
--------nonstd()
----example()
--------01-basic.cpp(760B)
--------02-arguments.cpp(576B)
----script()
--------update-version.py(4KB)
----appveyor.yml(2KB)
----.gitattributes(556B)
----test()
--------tc.bat(2KB)
--------jthread-main.t.cpp(6KB)
--------tg-all.bat(251B)
--------tg.bat(2KB)
--------jthread-main.t.hpp(2KB)
--------jthread.t.cpp(3KB)
--------nonstd()
--------lest()
--------t.bat(2KB)
--------CMakeLists.txt(7KB)
--------tcl.bat(2KB)
----CMakeLists.txt(4KB)
----.editorconfig(604B)