[#BloombergLP-bsls-Review-invokeHandler] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Review.adoc[Review]::invokeHandler :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bsls_review.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void invokeHandler(xref:BloombergLP/bsls/ReviewViolation.adoc[ReviewViolation] const& violation); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#