Return true if the value at the specified variable satisfies the constraint of the specified typeInfo object, writing errors to the specified stream if validation fails.

Synopsis

Declared in <balcl_typeinfo.h>

static
bool
satisfiesConstraint(
    void const* variable,
    TypeInfo const& typeInfo,
    std::ostream& stream);

Created with MrDocs