Tag object selecting no-throw overloads. More...
#include <core.hpp>
Public Member Functions | |
| constexpr | NoThrowTag ()=default |
Tag object selecting no-throw overloads.
Put copp::no_throw as the final argument. The function name remains the same as the throwing API, but the return type becomes Expected<T>. The binding still requires C++ exception support internally.
|
explicitconstexprdefault |