Install the specified violation handler as the current review handler.
Synopsis
Declared in <bsls_review.h>
static
void
setViolationHandler(Review::ViolationHandler function);
Description
Make the specified handler function the current review‐failure handler. This method has no effect if the lockReviewAdministration method has been called.
Parameters
Name |
Description |
function |
violation handler to install |
Created with MrDocs