This struct provides a namespace for constraint function signatures used with command‐line option values.
Synopsis
Declared in <balcl_constraint.h>
struct Constraint;
Description
The types defined here are used to impose user‐defined constraints on values associated with command‐line options. One type is defined for each scalar type defined in balcl::OptionType except for bool.
Type Aliases
Name |
Description |
Functor type that validates |
|
Functor type that validates |
|
Functor type that validates |
|
Functor type that validates |
|
Functor type that validates |
|
Functor type that validates |
|
Functor type that validates |
|
Functor type that validates |
Created with MrDocs