[#BloombergLP-bsls-Review-ViolationHandler-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Review.adoc[Review]::ViolationHandler :relfileprefix: ../../../ :mrdocs: `ViolationHandler` is an alias for a pointer to a function returning `void`, and taking, as a parameter, a `const` reference to a `ReviewViolation` instance. For example: ` void myHandler(const ReviewViolation& violation); ` == Synopsis Declared in `<bsls_review.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef void(* ViolationHandler)(xref:BloombergLP/bsls/ReviewViolation.adoc[ReviewViolation] const&); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#