1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <title>PushBackFast</title>
8  </head>
9  <body>
10    <h1>nw::ut::MoveArray::PushBackFast Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14template &lt;typename TArg0&gt;
15void PushBackFast(
16     TArg0 arg0
17);
18
19template &lt;typename TArg0, typename TArg1&gt;
20void PushBackFast(
21     TArg0 arg0,
22     TArg1 arg1
23);
24
25template &lt;typename TArg0, typename TArg1, typename TArg2&gt;
26void PushBackFast(
27     TArg0 arg0,
28     TArg1 arg1,
29     TArg2 arg2
30);
31
32template &lt;typename TArg0, typename TArg1, typename TArg2, typename TArg3&gt;
33void PushBackFast(
34     TArg0 arg0,
35     TArg1 arg1,
36     TArg2 arg2,
37     TArg3 arg3
38);
39
40template &lt;typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4&gt;
41void PushBackFast(
42     TArg0 arg0,
43     TArg1 arg1,
44     TArg2 arg2,
45     TArg3 arg3,
46     TArg4 arg4
47);
48
49template &lt;typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5&gt;
50void PushBackFast(
51     TArg0 arg0,
52     TArg1 arg1,
53     TArg2 arg2,
54     TArg3 arg3,
55     TArg4 arg4,
56     TArg5 arg5
57);
58
59template &lt;typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6&gt;
60void PushBackFast(
61     TArg0 arg0,
62     TArg1 arg1,
63     TArg2 arg2,
64     TArg3 arg3,
65     TArg4 arg4,
66     TArg5 arg5,
67     TArg6 arg6
68);
69
70template &lt;typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6, typename TArg7&gt;
71void PushBackFast(
72     TArg0 arg0,
73     TArg1 arg1,
74     TArg2 arg2,
75     TArg3 arg3,
76     TArg4 arg4,
77     TArg5 arg5,
78     TArg6 arg6,
79     TArg7 arg7
80);
81
82template &lt;typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6, typename TArg7, typename TArg8&gt;
83void PushBackFast(
84     TArg0 arg0,
85     TArg1 arg1,
86     TArg2 arg2,
87     TArg3 arg3,
88     TArg4 arg4,
89     TArg5 arg5,
90     TArg6 arg6,
91     TArg7 arg7,
92     TArg8 arg8
93);
94
95template &lt;typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6, typename TArg7, typename TArg8, typename TArg9&gt;
96void PushBackFast(
97     TArg0 arg0,
98     TArg1 arg1,
99     TArg2 arg2,
100     TArg3 arg3,
101     TArg4 arg4,
102     TArg5 arg5,
103     TArg6 arg6,
104     TArg7 arg7,
105     TArg8 arg8,
106     TArg9 arg9
107);
108</pre>
109    </div>
110    <h2>List of Overloaded Member Functions</h2>
111    <div class="section">
112      <table class="members">
113        <tr>
114          <td>
115            <a href="./PushBackFast(0).html">PushBackFast ( TArg0 ) </a>
116          </td>
117          <td>A fast version of push_back.</td>
118        </tr>
119        <tr>
120          <td>
121            <a href="./PushBackFast(1).html">PushBackFast ( TArg0, TArg1 ) </a>
122          </td>
123          <td>A fast version of push_back.</td>
124        </tr>
125        <tr>
126          <td>
127            <a href="./PushBackFast(2).html">PushBackFast ( TArg0, TArg1, TArg2 ) </a>
128          </td>
129          <td>A fast version of push_back.</td>
130        </tr>
131        <tr>
132          <td>
133            <a href="./PushBackFast(3).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3 ) </a>
134          </td>
135          <td>A fast version of push_back.</td>
136        </tr>
137        <tr>
138          <td>
139            <a href="./PushBackFast(4).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4 ) </a>
140          </td>
141          <td>A fast version of push_back.</td>
142        </tr>
143        <tr>
144          <td>
145            <a href="./PushBackFast(5).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5 ) </a>
146          </td>
147          <td>A fast version of push_back.</td>
148        </tr>
149        <tr>
150          <td>
151            <a href="./PushBackFast(6).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6 ) </a>
152          </td>
153          <td>A fast version of push_back.</td>
154        </tr>
155        <tr>
156          <td>
157            <a href="./PushBackFast(7).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7 ) </a>
158          </td>
159          <td>A fast version of push_back.</td>
160        </tr>
161        <tr>
162          <td>
163            <a href="./PushBackFast(8).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8 ) </a>
164          </td>
165          <td>A fast version of push_back.</td>
166        </tr>
167        <tr>
168          <td>
169            <a href="./PushBackFast(9).html">PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9 ) </a>
170          </td>
171          <td>A fast version of push_back.</td>
172        </tr> </table>
173    </div>
174    <h2>Description of PushBackFast ( TArg0 )</h2>
175    <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div>
176    <h2>Description of PushBackFast ( TArg0, TArg1 )</h2>
177    <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div>
178    <h2>Description of PushBackFast ( TArg0, TArg1, TArg2 )</h2>
179    <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div>
180    <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3 )</h2>
181    <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div>
182    <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4 )</h2>
183    <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div>
184    <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5 )</h2>
185    <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div>
186    <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6 )</h2>
187    <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div>
188    <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7 )</h2>
189    <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div>
190    <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8 )</h2>
191    <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div>
192    <h2>Description of PushBackFast ( TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9 )</h2>
193    <div class="section"><p>The range check is Assert only, and the feature to automatically increase capacity does not operate. Use in cases where you want to generate array elements that are explicitly reserved, such as during initialization.</p></div>
194  <hr><p>CONFIDENTIAL</p></body>
195</html>