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

#include <bdlf_bind.h>

Public Types

enum  { k_VAL = 0 }
 

Detailed Description

template<class t_BOUND_TYPE>
struct bdlf::Bind_PlaceHolderIndex< 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, the index of the place holder object
  • zero otherwise

This template is used to calculate a compound numeric value of which parameters must be forwarded to a bound functor. The general definition defines a numeric value of zero.

Member Enumeration Documentation

◆ anonymous enum

template<class t_BOUND_TYPE >
anonymous enum
Enumerator
k_VAL 

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