forked from boostorg/utility
updated abstract
[SVN r10337]
This commit is contained in:
@ -80,10 +80,10 @@ it automates the error-prone and redundant parts of the implementation
|
||||
and greatly simplifies the creation of iterator types that are
|
||||
variations on other iterators (adapted iterators). The Iterator
|
||||
Adaptor Library is an example of policy-based design and employs
|
||||
template meta-programming. It uses an extremely flexible
|
||||
implementation pattern which can be easily adapted to generate new
|
||||
representatives of other abstract Concept families.
|
||||
|
||||
template meta-programming. We also present the Policy Adapter
|
||||
implementation pattern, a strategy used by the library that can also
|
||||
be used to generate new representatives of other abstract Concept
|
||||
families.
|
||||
\end{abstract}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user