BDE 4.14.0 Production release
|
Provide a predicate object that consists of a name/value pair.
ball::Predicate: a predicate in the form of an attribute name/value pair
This component implements a value-semantic predicate object, ball::Predicate
, that consists of a name and a value. The value can be an int
, a 64-bit integer, or a bsl::string
. Both the name and value are managed by this object.