Quick Links:

bal | bbl | bdl | bsl

Static Public Attributes

bdlf::Bind_ArgumentMask< BindWrapper< RET, FUNC, LIST > > Struct Template Reference

#include <bdlf_bind.h>

List of all members.

Static Public Attributes

static const int k_VaL = 1 << 24

Detailed Description

template<class RET, class FUNC, class LIST>
struct bdlf::Bind_ArgumentMask< BindWrapper< RET, FUNC, LIST > >

This specialization of Bind_ArgumentMask 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.

See Component bdlf_bind


Member Data Documentation

template<class RET , class FUNC , class LIST >
const int bdlf::Bind_ArgumentMask< BindWrapper< RET, FUNC, LIST > >::k_VaL = 1 << 24 [static]

The documentation for this struct was generated from the following file: