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 <typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6> 15void PushBackFast( 16 TArg0 arg0, 17 TArg1 arg1, 18 TArg2 arg2, 19 TArg3 arg3, 20 TArg4 arg4, 21 TArg5 arg5, 22 TArg6 arg6 23); 24</pre> 25 </div> 26 <h2>Arguments</h2> 27 <div class="section"> 28 <table class="arguments"> 29 <thead> 30 <tr> 31 <td width="15" /> 32 <th>Name</th> 33 <td>Description</td> 34 </tr> 35 </thead> 36 <tr> 37 <td>in</td> 38 <th>arg0</th> 39 <td>Argument for the constructor for the array element.</td> 40 </tr> 41 <tr> 42 <td>in</td> 43 <th>arg1</th> 44 <td>Argument for the constructor for the array element.</td> 45 </tr> 46 <tr> 47 <td>in</td> 48 <th>arg2</th> 49 <td>Argument for the constructor for the array element.</td> 50 </tr> 51 <tr> 52 <td>in</td> 53 <th>arg3</th> 54 <td>Argument for the constructor for the array element.</td> 55 </tr> 56 <tr> 57 <td>in</td> 58 <th>arg4</th> 59 <td>Argument for the constructor for the array element.</td> 60 </tr> 61 <tr> 62 <td>in</td> 63 <th>arg5</th> 64 <td>Argument for the constructor for the array element.</td> 65 </tr> 66 <tr> 67 <td>in</td> 68 <th>arg6</th> 69 <td>Argument for the constructor for the array element.</td> 70 </tr> </table> 71 </div> 72 <h2>Return Values</h2> 73 <div class="section"> 74 None. 75 </div> 76 <h2>Description</h2> 77 <div class="section"> 78 <p>A fast version of push_back.</p><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> 79 <hr><p>CONFIDENTIAL</p></body> 80</html>