Quick Links:

bal | bbl | bdl | bsl

Namespaces

Component balcl_constraint
[Package balcl]

Define constraint function signatures for supported value types. More...

Namespaces

namespace  balcl

Detailed Description

Outline
Purpose:
Define constraint function signatures for supported value types.
Classes:
balcl::Constraint constraint function signatures for supported types
Description:
This component defines a single struct, balcl::Constraint, that provides a namespace for function signatures used to impose user-defined constraints on values entered with command-line options (if so defined). Signatures are defined for each of the supported command-line-option values of scalar type.
For further details see balcl_commandline|Type-and-Constraint Field and balcl_commandline|Example: Type-and-Constraint Field.
Usage:
The intended use of this component is illustrated in balcl_commandline|Usage.