Invoke the installed review‐failure handler with the violation.
Synopsis
Declared in <bsls_review.h>
static
void
invokeHandler(ReviewViolation const& violation);
Description
Invoke the currently installed review‐failure handler function with the specified violation as its argument. Note that this function is intended for use by the (BSLS) "REVIEW" macros, but may also be called by clients directly as needed.
Parameters
Name |
Description |
violation |
details of the failed review |
Created with MrDocs