[#BloombergLP-bdlf-Bind_PlaceHolderMask-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_PlaceHolderMask-05.adoc[Bind_PlaceHolderMask]<xref:BloombergLP/bdlf/Bind.adoc[Bind<t_RET, t_FUNC, t_BOUND_TUPLE>]> :relfileprefix: ../../ :mrdocs: This specialization of `Bind_PlaceHolderMask` defines a mask for a `Bind` object passed recursively as a bound argument. The value is not important, as long as it is out of range. Note that `1 << 30` would be equally valid, but can lead to an overflow in constant expression with `Bind_CalcParameterMask::k_PARAM_MASK2` below (obtained by adding the masks of the bound arguments together) when there are more than 3 nested binders (this is unfortunately an error with the GNU compiler). == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_RET, class t_FUNC, class t_BOUND_TUPLE> struct xref:BloombergLP/bdlf/Bind_PlaceHolderMask-05.adoc[Bind_PlaceHolderMask]<xref:BloombergLP/bdlf/Bind.adoc[Bind<t_RET, t_FUNC, t_BOUND_TUPLE>]>; ---- == Static Data Members [cols="1"] |=== | Name | xref:BloombergLP/bdlf/Bind_PlaceHolderMask-01/k_VAL.adoc[`k_VAL`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#