is_adaptive_scope_global
Last updated March 2020
Name
is_adaptive_scope_global — check if a binding/domain pair's adaptive scope is global or not
Synopsis
#include "modules/generic/adaptive.h"
| int **is_adaptive_scope_global** (
| bname, | |
| | domain)
; | |
Description
Note
This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.
check if a binding/domain pair's adaptive scope is global or not
- binding
-
name
- domain
-
name
1 -- the scope is global; 0 -- the scope is local.
Was this page helpful?