BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlf::Bind_PlaceHolderMask< t_BOUND_TYPE > Struct Template Reference

#include <bdlf_bind.h>

Static Public Attributes

static const int k_VAL = 0
 

Detailed Description

template<class t_BOUND_TYPE>
struct bdlf::Bind_PlaceHolderMask< t_BOUND_TYPE >

This template, passed the type of one of the bound arguments to a function object, yields:

  • If the specified t_BOUND_TYPE is a place holder, a mask with the bit at the index of the place holder set.
  • If the specified t_BOUND_TYPE is a Bind or BindWrapper, a mask with bit 24 set.
  • Zero otherwise.

Member Data Documentation

◆ k_VAL

template<class t_BOUND_TYPE >
const int bdlf::Bind_PlaceHolderMask< t_BOUND_TYPE >::k_VAL = 0
static

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