18.2.117. PMIx_Info_is_qualifier

PMIx_Info_is_qualifier — Test whether a pmix_info_t(5) is marked as a qualifier.

18.2.117.1. SYNOPSIS

#include <pmix.h>

bool PMIx_Info_is_qualifier(const pmix_info_t *p);

18.2.117.1.1. Python Syntax

No Python equivalent

18.2.117.2. INPUT PARAMETERS

18.2.117.3. DESCRIPTION

Test whether the PMIX_INFO_QUALIFIER flag is set in the flags field of the referenced pmix_info_t structure. A qualifier is an entry in a pmix_info_t array that further constrains or refines a primary value rather than standing on its own — for example, narrowing the scope of a query.

The qualifier flag is applied with PMIx_Info_qualifier(3).

18.2.117.4. RETURN VALUE

Returns true if the PMIX_INFO_QUALIFIER flag is set in the structure, and false otherwise.