1
0
mirror of https://github.com/boostorg/more.git synced 2025-04-02 15:00:16 +08:00

Remove restriction that a type generator generates a single type

[SVN r9237]
This commit is contained in:
Dave Abrahams 2001-02-17 04:28:59 +00:00
parent 15b502391b
commit 35d227774e

View File

@ -294,7 +294,7 @@ namespace std {
<h2><a name="type_generator">Type Generators</a></h2>
<p>A <i>type generator</i> is a template whose only purpose is to
synthesize a single new type based on its template argument(s)<a href=
synthesize a new type or types based on its template argument(s)<a href=
"#1">[1]</a>. The generated type is usually expressed as a nested typedef
named, appropriately <tt>type</tt>. A type generator is usually used to
consolidate a complicated type expression into a simple one, as in