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>push_back</title> 8 </head> 9 <body> 10 <h1>nw::ut::MoveArray::push_back Member Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14bool push_back( 15 const TElement & element 16); 17</pre> 18 </div> 19 <h2>Template Arguments</h2> 20 <div class="section"> 21 <table class="arguments"> 22 <thead> 23 <tr> 24 <th>Name</th> 25 <td>Description</td> 26 </tr> 27 </thead> 28 <tr> 29 <th><CODE>TElement</CODE></th> 30 <td>The type of this class's elements.</td> 31 </tr> </table> 32 </div> 33 <h2>Arguments</h2> 34 <div class="section"> 35 <table class="arguments"> 36 <thead> 37 <tr> 38 <td width="15" /> 39 <th>Name</th> 40 <td>Description</td> 41 </tr> 42 </thead> 43 <tr> 44 <td>in</td> 45 <th><CODE>element</CODE></th> 46 <td>Reference to the element to be added.</td> 47 </tr> </table> 48 </div> 49 <h2>Return Values</h2> 50 <div class="section"> </div> 51 <h2>Description</h2> 52 <div class="section"> 53 <p>Adds an element to the end. Returns false in the return value if the element could not be added.</p> 54 </div> 55 <hr><p>CONFIDENTIAL</p></body> 56</html>