Place‐holder mask specialization for a nested BindWrapper argument.

Synopsis

Declared in <bdlf_bind.h>

template<
    class t_RET,
    class t_FUNC,
    class t_BOUND_TUPLE>
struct Bind_PlaceHolderMask<BindWrapper<t_RET, t_FUNC, t_BOUND_TUPLE>>;

Description

This specialization of Bind_PlaceHolderMask defines a mask for a BindWrapper object passed recursively as a bound argument. The value is not important, as long as it is out of range. This makes sure that a binder with a nested BindWrapper object is treated as non‐explicit, in the same way as if the nested binder was of type Bind.

Static Data Members

Name

Description

k_VAL

Bit‐mask value contributed by this bound‐argument type.

Created with MrDocs