folly::default_null_handler::handle_throw

Handle when code attempts to construct or assign a not_null object from a null pointer.

Synopsis

Declared in <folly/memory/not_null.h>

[[noreturn]]
static
void
handle_throw(char const* msg);

Return Value

NOTE

This function does not return.

Parameters

NameDescription
msgDiagnostic message describing the violation.