Quick Links:

bal | bbl | bdl | bsl

Static Public Attributes

bdlf::Bind_ArgumentMask< TYPE > Struct Template Reference

#include <bdlf_bind.h>

List of all members.

Static Public Attributes

static const int k_VaL = 0

Detailed Description

template<class TYPE>
struct bdlf::Bind_ArgumentMask< TYPE >

This utility is used to calculate an integer mask for bound arguments. The bit position of the mask corresponding to the index position of the place holder is set to 1. The general definition does not define a mask.

See Component bdlf_bind


Member Data Documentation

template<class TYPE >
const int bdlf::Bind_ArgumentMask< TYPE >::k_VaL = 0 [static]

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