Skip to content
ValidateMapPolicy

ValidateMapPolicy

ValidateMapPolicy

Description

Validate whether a given MapPolicy object is valid. Aborts if the policy is structurally invalid.

Parameters

Name Direction Description
policy_value in Policy to validate.

Usage example (Cross-references)

Usage examples (Cross-references)
        };
    
        ValidateMapPolicy(custom_policy);
        return custom_next_capacity(6, 5, 0, 7) == 10 && custom_first_index(0x55u, 5) < 5 &&
               custom_next_index(0x55u, 5, 1, 2) < 5;
Last updated on