BDE 4.14.0 Production release
|
Provide a parameterized placeholder and specialized placeholders.
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.
This section illustrates intended use of this component.
TBD