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>MovePtr</title> 8 </head> 9 <body> 10 <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/ut/Overview.html">ut</a>::<a href="../../../nw/ut/MovePtr/Overview.html">MovePtr</a>::MovePtr</CODE> Constructor</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14template <typename TTObject, typename TTDeleter> 15MovePtr( 16 <span>internal::MoveSource</span>< <a href="../../../nw/ut/MovePtr/Overview.html">MovePtr</a>< TTObject, TTDeleter > > source 17); 18</pre> 19 </div> 20 <h2>Template Arguments</h2> 21 <div class="section"> 22 <table class="arguments"> 23 <thead> 24 <tr> 25 <th>Name</th> 26 <td>Description</td> 27 </tr> 28 </thead> 29 <tr> 30 <th>TTObject</th> 31 <td>Type of pointer to be stored.</td> 32 </tr> 33 <tr> 34 <th>TTDeleter</th> 35 <td>Type of deleter used to free memory.</td> 36 </tr> </table> 37 </div> 38 <h2>Arguments</h2> 39 <div class="section"> 40 <table class="arguments"> 41 <thead> 42 <tr> 43 <td width="15" /> 44 <th>Name</th> 45 <td>Description</td> 46 </tr> 47 </thead> 48 <tr> 49 <td>in</td> 50 <th>source</th> 51 <td>The <a href="../../../nw/ut/MovePtr/Overview.html">MovePtr</a> object with ownership rights before movement.</td> 52 </tr> </table> 53 </div> 54 <h2>Description</h2> 55 <div class="section"> 56 <p>Constructor.</p> 57 </div> 58 <hr><p>CONFIDENTIAL</p></body> 59</html> 60