BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlf_placeholder

Detailed Description

Outline

Purpose

Provide a parameterized placeholder and specialized placeholders.

Classes

See also
bdlf_bind

Description

This component provides a parameterized placeholder, bdlf::PlaceHolder, and fourteen placeholder objects (_1, _2, etc.), each of a distinct type. _1 is of type const bdlf::PlaceHolder<1>, _2 is of type const bdlf::PlaceHolder<2>, and so on.

Usage

This section illustrates intended use of this component.

Example 1: TDB

TBD