Quick Links:

bal | bbl | bdl | bsl

Namespaces

Component bdlf_placeholder
[Package bdlf]

Provide a parameterized placeholder and specialized placeholders. More...

Namespaces

namespace  bdlf

Detailed Description

Outline
Purpose:
Provide a parameterized placeholder and specialized placeholders.
Classes:
bdlf::PlaceHolder namespace for parameterized placeholders
See also:
Component 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:
TBD