added citation for named params

[SVN r11034]
This commit is contained in:
Jeremy Siek
2001-09-05 15:56:14 +00:00
parent 7657f5f343
commit bef6ec31f0

View File

@ -829,9 +829,9 @@ the \code{Pointer} and \code{Reference} parameters.
Instead of matching arguments to parameters based on order, the
assignment of arguments to parameters can be made explicitly by name,
so that the order no longer matters. The Iterator Adaptors library
supplies an appropriately-named wrapper class for each parameter. For
example:
so that the order no longer matters~\cite{czarnecki00:_named_param}.
The Iterator Adaptors library supplies an appropriately-named wrapper
class for each parameter. For example:
{\footnotesize
\begin{verbatim}