[#BloombergLP-bdlf-Bind_CalcParameterMask] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::Bind_CalcParameterMask :relfileprefix: ../../ :mrdocs: Meta‐function that computes a place‐holder mask for a bound tuple. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_BOUND_TUPLE> struct Bind_CalcParameterMask; ---- == Description This meta‐function is used to calculate a mask that indicates which parameters in `t_BOUND_TUPLE` are place‐holders and which ones are literal values. It is used by `Bind_ImplExplicit`. == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type1.adoc[`Type1`] | Type of bound‐tuple element 1, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type10.adoc[`Type10`] | Type of bound‐tuple element 10, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type11.adoc[`Type11`] | Type of bound‐tuple element 11, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type12.adoc[`Type12`] | Type of bound‐tuple element 12, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type13.adoc[`Type13`] | Type of bound‐tuple element 13, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type14.adoc[`Type14`] | Type of bound‐tuple element 14, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type2.adoc[`Type2`] | Type of bound‐tuple element 2, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type3.adoc[`Type3`] | Type of bound‐tuple element 3, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type4.adoc[`Type4`] | Type of bound‐tuple element 4, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type5.adoc[`Type5`] | Type of bound‐tuple element 5, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type6.adoc[`Type6`] | Type of bound‐tuple element 6, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type7.adoc[`Type7`] | Type of bound‐tuple element 7, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type8.adoc[`Type8`] | Type of bound‐tuple element 8, or a default if absent. | xref:BloombergLP/bdlf/Bind_CalcParameterMask/Type9.adoc[`Type9`] | Type of bound‐tuple element 9, or a default if absent. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlf/Bind_CalcParameterMask/_04enum.adoc[`Unnamed enum`] | Enumeration of place‐holder indices and binding‐explicitness masks. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#