[#BloombergLP-bdlf-Bind_CalcParameterMask-_04enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_CalcParameterMask.adoc[Bind_CalcParameterMask]::Unnamed enum :relfileprefix: ../../../ :mrdocs: Place‐holder indices for bound arguments 1 through 14. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `k_PARAM1` | Place‐holder index for bound argument 1. | `k_PARAM2` | Place‐holder index for bound argument 2. | `k_PARAM3` | Place‐holder index for bound argument 3. | `k_PARAM4` | Place‐holder index for bound argument 3. | `k_PARAM5` | Place‐holder index for bound argument 5. | `k_PARAM6` | Place‐holder index for bound argument 5. | `k_PARAM7` | Place‐holder index for bound argument 5. | `k_PARAM8` | Place‐holder index for bound argument 8. | `k_PARAM9` | Place‐holder index for bound argument 8. | `k_PARAM10` | Place‐holder index for bound argument 8. | `k_PARAM11` | Place‐holder index for bound argument 11. | `k_PARAM12` | Place‐holder index for bound argument 11. | `k_PARAM13` | Place‐holder index for bound argument 11. | `k_PARAM14` | Place‐holder index for bound argument 14. | `k_PARAM_MASK` | Place‐holder index for bound argument 14. | `k_PARAM_MASK2` | Place‐holder index for bound argument 14. | `k_IS_EXPLICIT` | `true` if the bound tuple has no duplicate placeholders. | `k_PARAMINDEX1` | Parameter index for placeholder 1. | `k_PARAMINDEX2` | Parameter index for placeholder 2. | `k_PARAMINDEX3` | Parameter index for placeholder 3. | `k_PARAMINDEX4` | Parameter index for the fourth placeholder. | `k_PARAMINDEX5` | Parameter index for placeholder 5. | `k_PARAMINDEX6` | Parameter index for placeholder 6. | `k_PARAMINDEX7` | Parameter index for placeholder 7. | `k_PARAMINDEX8` | Parameter index for placeholder 8. | `k_PARAMINDEX9` | Parameter index for placeholder 9. | `k_PARAMINDEX10` | Parameter index for placeholder 10. | `k_PARAMINDEX11` | Parameter index for placeholder 11. | `k_PARAMINDEX12` | Parameter index for placeholder 12. | `k_PARAMINDEX13` | Parameter index for the thirteenth placeholder. | `k_PARAMINDEX14` | Parameter index for placeholder 14. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#