[#BloombergLP-balb-CustomInt-checkRestrictions] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/CustomInt.adoc[CustomInt]::checkRestrictions :relfileprefix: ../../../ :mrdocs: Check if the specified `value` satisfies the restrictions of this class (i.e., "CustomInt"). Return 0 if successful (i.e., the restrictions are satisfied) and non‐zero otherwise. == Synopsis Declared in `<balb_testmessages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int checkRestrictions(int const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#