Merged a typofix from trunk to branch

[SVN r36897]
This commit is contained in:
Jaakko Järvi
2007-02-06 00:30:57 +00:00
parent 31af4e8ec5
commit ec599f4b77

View File

@ -101,7 +101,7 @@ For a one-element cons list the tail argument (<code>null_type</code>) can be om
<p> <p>
The template <code>access_traits</code> defines three type functions. Let <code>T</code> be a type of an element in a tuple: The template <code>access_traits</code> defines three type functions. Let <code>T</code> be a type of an element in a tuple:
<ol> <ol>
<li><code>access_traits&lt;T&gt;::type</code> maps <code>T</code> to the return type of the non-const access functions (nonmeber and member <code>get</code> functions, and the <code>get_head</code> function).</li> <li><code>access_traits&lt;T&gt;::non_const_type</code> maps <code>T</code> to the return type of the non-const access functions (nonmeber and member <code>get</code> functions, and the <code>get_head</code> function).</li>
<li><code>access_traits&lt;T&gt;::const_type</code> maps <code>T</code> to the return type of the const access functions.</li> <li><code>access_traits&lt;T&gt;::const_type</code> maps <code>T</code> to the return type of the const access functions.</li>
<li><code>access_traits&lt;T&gt;::parameter_type</code> maps <code>T</code> to the parameter type of the tuple constructor.</li> <li><code>access_traits&lt;T&gt;::parameter_type</code> maps <code>T</code> to the parameter type of the tuple constructor.</li>
</ol> </ol>