[#BloombergLP-bsls-Review-invokeHandler] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Review.adoc[Review]::invokeHandler :relfileprefix: ../../../ :mrdocs: Invoke the installed review‐failure handler with the violation. == Synopsis Declared in `<bsls_review.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void invokeHandler(xref:BloombergLP/bsls/ReviewViolation.adoc[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 [cols="1,4"] |=== | Name| Description | *violation* | details of the failed review |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#