2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-02-20 14:52:14 +00:00
Files
leaf/doc/synopses/throw.adoc
2019-01-15 18:10:04 -08:00

18 lines
324 B
Plaintext

.#include <boost/leaf/throw.hpp>
[source,c++]
----
namespace boost { namespace leaf {
template <class Ex, class... E>
<<unspecified>> exception( Ex && ex, E && ... e ) noexcept;
} }
#define LEAF_EXCEPTION(...) ....
#define LEAF_THROW(...) ....
----
[.text-right]
<<exception>> | <<LEAF_EXCEPTION>> | <<LEAF_THROW>>