Check if the specified value satisfies the restrictions of this class (i.e., "CustomString").

Synopsis

Declared in <balb_testmessages.h>

static
int
checkRestrictions(bsl::string 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