mirror of
https://github.com/boostorg/utility.git
synced 2025-09-26 17:21:01 +02:00
added citation for named params
[SVN r11034]
This commit is contained in:
@@ -829,9 +829,9 @@ the \code{Pointer} and \code{Reference} parameters.
|
|||||||
|
|
||||||
Instead of matching arguments to parameters based on order, the
|
Instead of matching arguments to parameters based on order, the
|
||||||
assignment of arguments to parameters can be made explicitly by name,
|
assignment of arguments to parameters can be made explicitly by name,
|
||||||
so that the order no longer matters. The Iterator Adaptors library
|
so that the order no longer matters~\cite{czarnecki00:_named_param}.
|
||||||
supplies an appropriately-named wrapper class for each parameter. For
|
The Iterator Adaptors library supplies an appropriately-named wrapper
|
||||||
example:
|
class for each parameter. For example:
|
||||||
|
|
||||||
{\footnotesize
|
{\footnotesize
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
|
Reference in New Issue
Block a user