garlic::all_tag Struct Reference

Constraint Tag that passes if all inner constraints pass the layer. More...

#include <constraints.h>

Detailed Description

Constraint Tag that passes if all inner constraints pass the layer.

make_constraint<all_tag>(sequence<Constraint>&& constraints,
bool hide = true,
bool ignore_details = false);
Parameters
hideif true, ConstraintResult from the first failing constraint will be returned. This practically hides this constraint and leaves no trace of it in the resulting ConstraintResult.
ignore_detailsif true, failing constraints will not be added to the resulting ConstraintResult as details.

The documentation for this struct was generated from the following file: