forked from boostorg/unordered
Merge documentation update to use the pack attribute in the unordered
documentation. Merged revisions 44738-44777,44781-44832,44836-44915,44919-45155,45158-45275,45281-45574,45576-45707,45709-45741 via svnmerge from https://svn.boost.org/svn/boost/branches/unordered/trunk ........ r44836 | danieljames | 2008-04-28 08:05:19 +0100 (Mon, 28 Apr 2008) | 1 line Use the variadic template argument support I'm working on in the doc branch. ........ r45155 | danieljames | 2008-05-05 21:29:41 +0100 (Mon, 05 May 2008) | 2 lines Update for latest version of variadic template parameter support. ........ [SVN r45742]
This commit is contained in:
56
doc/ref.xml
56
doc/ref.xml
@@ -264,12 +264,11 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
<method-group name="modifiers">
|
||||
<method name="emplace">
|
||||
<template>
|
||||
<template-type-parameter name="Args">
|
||||
<template-type-parameter name="Args" pack="1">
|
||||
</template-type-parameter>
|
||||
<template-varargs></template-varargs>
|
||||
</template>
|
||||
<parameter name="args">
|
||||
<paramtype>Args&&...</paramtype>
|
||||
<parameter name="args" pack="1">
|
||||
<paramtype>Args&&</paramtype>
|
||||
</parameter>
|
||||
<type>std::pair<iterator, bool></type>
|
||||
<description>
|
||||
@@ -289,15 +288,14 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
</method>
|
||||
<method name="emplace">
|
||||
<template>
|
||||
<template-type-parameter name="Args">
|
||||
<template-type-parameter name="Args" pack="1">
|
||||
</template-type-parameter>
|
||||
<template-varargs></template-varargs>
|
||||
</template>
|
||||
<parameter name="hint">
|
||||
<paramtype>const_iterator</paramtype>
|
||||
</parameter>
|
||||
<parameter name="args">
|
||||
<paramtype>Args&&...</paramtype>
|
||||
<parameter name="args" pack="1">
|
||||
<paramtype>Args&&</paramtype>
|
||||
</parameter>
|
||||
<type>iterator</type>
|
||||
<description>
|
||||
@@ -1013,12 +1011,11 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
<method-group name="modifiers">
|
||||
<method name="emplace">
|
||||
<template>
|
||||
<template-type-parameter name="Args">
|
||||
<template-type-parameter name="Args" pack="1">
|
||||
</template-type-parameter>
|
||||
<template-varargs></template-varargs>
|
||||
</template>
|
||||
<parameter name="args">
|
||||
<paramtype>Args&&...</paramtype>
|
||||
<parameter name="args" pack="1">
|
||||
<paramtype>Args&&</paramtype>
|
||||
</parameter>
|
||||
<type>iterator</type>
|
||||
<description>
|
||||
@@ -1037,15 +1034,14 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
</method>
|
||||
<method name="emplace">
|
||||
<template>
|
||||
<template-type-parameter name="Args">
|
||||
<template-type-parameter name="Args" pack="1">
|
||||
</template-type-parameter>
|
||||
<template-varargs></template-varargs>
|
||||
</template>
|
||||
<parameter name="hint">
|
||||
<paramtype>const_iterator</paramtype>
|
||||
</parameter>
|
||||
<parameter name="args">
|
||||
<paramtype>Args&&...</paramtype>
|
||||
<parameter name="args" pack="1">
|
||||
<paramtype>Args&&</paramtype>
|
||||
</parameter>
|
||||
<type>iterator</type>
|
||||
<description>
|
||||
@@ -1772,12 +1768,11 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
<method-group name="modifiers">
|
||||
<method name="emplace">
|
||||
<template>
|
||||
<template-type-parameter name="Args">
|
||||
<template-type-parameter name="Args" pack="1">
|
||||
</template-type-parameter>
|
||||
<template-varargs></template-varargs>
|
||||
</template>
|
||||
<parameter name="args">
|
||||
<paramtype>Args&&...</paramtype>
|
||||
<parameter name="args" pack="1">
|
||||
<paramtype>Args&&</paramtype>
|
||||
</parameter>
|
||||
<type>std::pair<iterator, bool></type>
|
||||
<description>
|
||||
@@ -1797,15 +1792,14 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
</method>
|
||||
<method name="emplace">
|
||||
<template>
|
||||
<template-type-parameter name="Args">
|
||||
<template-type-parameter name="Args" pack="1">
|
||||
</template-type-parameter>
|
||||
<template-varargs></template-varargs>
|
||||
</template>
|
||||
<parameter name="hint">
|
||||
<paramtype>const_iterator</paramtype>
|
||||
</parameter>
|
||||
<parameter name="args">
|
||||
<paramtype>Args&&...</paramtype>
|
||||
<parameter name="args" pack="1">
|
||||
<paramtype>Args&&</paramtype>
|
||||
</parameter>
|
||||
<type>iterator</type>
|
||||
<description>
|
||||
@@ -2572,12 +2566,11 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
<method-group name="modifiers">
|
||||
<method name="emplace">
|
||||
<template>
|
||||
<template-type-parameter name="Args">
|
||||
<template-type-parameter name="Args" pack="1">
|
||||
</template-type-parameter>
|
||||
<template-varargs></template-varargs>
|
||||
</template>
|
||||
<parameter name="args">
|
||||
<paramtype>Args&&...</paramtype>
|
||||
<parameter name="args" pack="1">
|
||||
<paramtype>Args&&</paramtype>
|
||||
</parameter>
|
||||
<type>iterator</type>
|
||||
<description>
|
||||
@@ -2596,15 +2589,14 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
</method>
|
||||
<method name="emplace">
|
||||
<template>
|
||||
<template-type-parameter name="Args">
|
||||
<template-type-parameter name="Args" pack="1">
|
||||
</template-type-parameter>
|
||||
<template-varargs></template-varargs>
|
||||
</template>
|
||||
<parameter name="hint">
|
||||
<paramtype>const_iterator</paramtype>
|
||||
</parameter>
|
||||
<parameter name="args">
|
||||
<paramtype>Args&&...</paramtype>
|
||||
<parameter name="args" pack="1">
|
||||
<paramtype>Args&&</paramtype>
|
||||
</parameter>
|
||||
<type>iterator</type>
|
||||
<description>
|
||||
|
Reference in New Issue
Block a user