文件名称:expected-dark:C ++ 11及更高版本(以及以后的C ++ 98)的预期对象
文件大小:37KB
文件格式:ZIP
更新时间:2024-06-05 08:49:32
cpp11 header-only no-dependencies single-file expected-implementations
预期的lite-C ++ 11和更高版本的预期的对象
预期的lite是一个单文件头库,用于表示有效值或可以按值传递的错误的对象。 它旨在与C ++ 11及更高版本一起使用。 该库基于提案[1]。
内容
与同类类型的比较
报告与
实施说明
预期的其他实施
注释和参考
附录
用法示例
# include " expected.hpp "
# include < cstdlib>
# include < iostream>
# include < string>
using namespace nonstd ;
using namespace std ::literals ;
auto to_int ( char const * const text ) -> expected
【文件预览】:
expected-dark-master
----project()
--------CodeBlocks()
----.gitattributes(556B)
----CMakeLists.txt(336B)
----.travis.yml(3KB)
----example()
--------01-basic.cpp(961B)
--------CMakeLists.txt(1KB)
--------02-required.cpp(1KB)
----LICENSE(1KB)
----test()
--------expected-lite.t.cpp(5KB)
--------CMakeLists.txt(5KB)
--------lest.hpp(37KB)
--------expected-lite.t.h(1KB)
--------expected.t.cpp(23KB)
----README.md(25KB)
----CHANGES.txt(74B)
----Notes.md(214B)
----appveyor.yml(441B)
----.gitignore(258B)
----include()
--------nonstd()