mirror of
https://github.com/boostorg/leaf.git
synced 2026-02-20 14:52:14 +00:00
18 lines
324 B
Plaintext
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>>
|