forked from boostorg/utility
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
|
||||
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}
|
||||
|
Reference in New Issue
Block a user