Check if the specified value satisfies the restrictions of this class (i.e., "CustomInt").
Synopsis
Declared in <balb_testmessages.h>
static
int
checkRestrictions(int const& value);
Description
Return 0 if successful (i.e., the restrictions are satisfied) and non‐zero otherwise.
Return Value
0 if the restrictions are satisfied, and a non‐zero value otherwise
Parameters
Name |
Description |
value |
candidate value to validate |
Created with MrDocs