Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / api_reference / STL / stlDbstlElemTraitsmove.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>move</title>
7     <link rel="stylesheet" href="apiReference.css" type="text/css" />
8     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9     <link rel="start" href="index.html" title="Berkeley DB C++ Standard Template Library API Reference" />
10     <link rel="up" href="DbstlElemTraits.html" title="Chapter 26.  DbstlElemTraits" />
11     <link rel="prev" href="stlDbstlElemTraitsfind.html" title="find" />
12     <link rel="next" href="stlDbstlElemTraitsto_char_type.html" title="to_char_type" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">move</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="stlDbstlElemTraitsfind.html">Prev</a> </td>
25           <th width="60%" align="center">Chapter 26. 
26  DbstlElemTraits  </th>
27           <td width="20%" align="right"> <a accesskey="n" href="stlDbstlElemTraitsto_char_type.html">Next</a></td>
28         </tr>
29       </table>
30       <hr />
31     </div>
32     <div class="sect1" lang="en" xml:lang="en">
33       <div class="titlepage">
34         <div>
35           <div>
36             <h2 class="title" style="clear: both"><a id="stlDbstlElemTraitsmove"></a>move</h2>
37           </div>
38         </div>
39       </div>
40       <div class="sect2" lang="en" xml:lang="en">
41         <div class="titlepage">
42           <div>
43             <div>
44               <h3 class="title"><a id="stlDbstlElemTraitsmove_details"></a>Function Details</h3>
45             </div>
46           </div>
47         </div>
48         <pre class="programlisting">
49 static T* move(T *seq1, const T *seq2,
50     size_t cnt)
51  </pre>
52         <p>Sequence movement. </p>
53         <p>Move first cnt number of elements from seq2 to seq1, seq1 and seq2 may or may not overlap. </p>
54       </div>
55       <div class="sect2" lang="en" xml:lang="en">
56         <div class="titlepage">
57           <div>
58             <div>
59               <h3 class="title"><a id="idp1457632"></a>Group: Interface compatible with std::string's char_traits.</h3>
60             </div>
61           </div>
62         </div>
63         <p>Following are char_traits funcitons, which make this class char_traits compatiable, so that it can be used in std::basic_string template, and be manipulated by the c++ stl algorithms. </p>
64       </div>
65       <div class="sect2" lang="en" xml:lang="en">
66         <div class="titlepage">
67           <div>
68             <div>
69               <h3 class="title"><a id="idp1462448"></a>Class</h3>
70             </div>
71           </div>
72         </div>
73         <p>
74   <a class="link" href="DbstlElemTraits.html" title="Chapter 26.  DbstlElemTraits">DbstlElemTraits</a>
75      </p>
76       </div>
77     </div>
78     <div class="navfooter">
79       <hr />
80       <table width="100%" summary="Navigation footer">
81         <tr>
82           <td width="40%" align="left"><a accesskey="p" href="stlDbstlElemTraitsfind.html">Prev</a> </td>
83           <td width="20%" align="center">
84             <a accesskey="u" href="DbstlElemTraits.html">Up</a>
85           </td>
86           <td width="40%" align="right"> <a accesskey="n" href="stlDbstlElemTraitsto_char_type.html">Next</a></td>
87         </tr>
88         <tr>
89           <td width="40%" align="left" valign="top">find </td>
90           <td width="20%" align="center">
91             <a accesskey="h" href="index.html">Home</a>
92           </td>
93           <td width="40%" align="right" valign="top"> to_char_type</td>
94         </tr>
95       </table>
96     </div>
97   </body>
98 </html>