void set_assertion_handler(
pika::detail::assertion_handler_type handler)
void set_assertion_handler(
pika::detail::assertion_handler_type handler)Description
Set the assertion handler to be used within a program. If the handler has been set already once, the call to this function will be ignored.
Declared at: libs/pika/assertion/include/pika/assert.hpp:36
Parameters
- pika::detail::assertion_handler_type handler