We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf3718 commit 067862fCopy full SHA for 067862f
docs/error/index.rst
@@ -0,0 +1,15 @@
1
+Error Package
2
+=============
3
+
4
+A C++ package that provides utilities for error handling.
5
6
+.. doxygenfunction:: error::make
7
8
+.. doxygenfunction:: error::format
9
10
+.. doxygenstruct:: error::Error
11
+ :members:
12
13
+.. doxygenfunction:: error::operator==
14
15
+.. doxygenfunction:: error::operator!=
docs/index.rst
@@ -9,3 +9,11 @@ A comprehensive collection of `C++`_ utility packages.
.. _build_status_badge: https://github.com/threeal/cpp/actions/workflows/build.yml
.. _C++: https://isocpp.org
+Packages
+--------
16
+.. toctree::
17
+ :maxdepth: 1
18
19
+ error/index.rst
0 commit comments