diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/STL/stldb_vectorassign.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/STL/stldb_vectorassign.html')
| -rw-r--r-- | docs/api_reference/STL/stldb_vectorassign.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/api_reference/STL/stldb_vectorassign.html b/docs/api_reference/STL/stldb_vectorassign.html index cc9af228..6d54b52c 100644 --- a/docs/api_reference/STL/stldb_vectorassign.html +++ b/docs/api_reference/STL/stldb_vectorassign.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -54,7 +54,7 @@ void assign(InputIterator first, InputIterator last, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idm2566256"></a>Parameters</h4> + <h4 class="title"><a id="idm1929936"></a>Parameters</h4> </div> </div> </div> @@ -62,7 +62,7 @@ void assign(InputIterator first, InputIterator last, <div class="titlepage"> <div> <div> - <h5 class="title"><a id="idm987576"></a>b_truncate</h5> + <h5 class="title"><a id="idm2140680"></a>b_truncate</h5> </div> </div> </div> @@ -72,7 +72,7 @@ void assign(InputIterator first, InputIterator last, <div class="titlepage"> <div> <div> - <h5 class="title"><a id="idm999512"></a>last</h5> + <h5 class="title"><a id="idm2196232"></a>last</h5> </div> </div> </div> @@ -82,7 +82,7 @@ void assign(InputIterator first, InputIterator last, <div class="titlepage"> <div> <div> - <h5 class="title"><a id="idm1015672"></a>first</h5> + <h5 class="title"><a id="idm2099616"></a>first</h5> </div> </div> </div> @@ -98,7 +98,7 @@ void assign(const_iterator first, const_iterator last, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idm932064"></a>Parameters</h4> + <h4 class="title"><a id="idm1747944"></a>Parameters</h4> </div> </div> </div> @@ -106,7 +106,7 @@ void assign(const_iterator first, const_iterator last, <div class="titlepage"> <div> <div> - <h5 class="title"><a id="idm1046432"></a>b_truncate</h5> + <h5 class="title"><a id="idm2057800"></a>b_truncate</h5> </div> </div> </div> @@ -116,7 +116,7 @@ void assign(const_iterator first, const_iterator last, <div class="titlepage"> <div> <div> - <h5 class="title"><a id="idm1059456"></a>last</h5> + <h5 class="title"><a id="idm2249992"></a>last</h5> </div> </div> </div> @@ -126,7 +126,7 @@ void assign(const_iterator first, const_iterator last, <div class="titlepage"> <div> <div> - <h5 class="title"><a id="idm1065384"></a>first</h5> + <h5 class="title"><a id="idm2195104"></a>first</h5> </div> </div> </div> @@ -142,7 +142,7 @@ void assign(size_type n, const T &u, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idm1088528"></a>Parameters</h4> + <h4 class="title"><a id="idm2214648"></a>Parameters</h4> </div> </div> </div> @@ -150,7 +150,7 @@ void assign(size_type n, const T &u, <div class="titlepage"> <div> <div> - <h5 class="title"><a id="idm1087816"></a>b_truncate</h5> + <h5 class="title"><a id="idm2339024"></a>b_truncate</h5> </div> </div> </div> @@ -160,7 +160,7 @@ void assign(size_type n, const T &u, <div class="titlepage"> <div> <div> - <h5 class="title"><a id="idm1107968"></a>u</h5> + <h5 class="title"><a id="idm2272200"></a>u</h5> </div> </div> </div> @@ -170,7 +170,7 @@ void assign(size_type n, const T &u, <div class="titlepage"> <div> <div> - <h5 class="title"><a id="idm1114496"></a>n</h5> + <h5 class="title"><a id="idm2718504"></a>n</h5> </div> </div> </div> @@ -182,7 +182,7 @@ void assign(size_type n, const T &u, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idm260768"></a>Group: Assign functions</h3> + <h3 class="title"><a id="idm2720360"></a>Group: Assign functions</h3> </div> </div> </div> @@ -190,7 +190,7 @@ void assign(size_type n, const T &u, <p>The following four member functions have default parameter b_truncate, because they require all key/data pairs in the database be deleted before the real operation, and by default we use Db::truncate to truncate the database rather than delete the key/data pairs one by one, but Db::truncate requirs no open cursors on the database handle, and the four member functions will close any open cursors of backing database handle in current thread, but can do nothing to cursors of other threads opened from the same database handle. So you must make sure there are no open cursors of the database handle in any other threads. On the other hand, users can specify "false" to the b_truncate parameter and thus the key/data pairs will be deleted one by one. Other than that, they have identical behaviors as their counterparts in std::vector. </p> <div class="simplesect" lang="en" xml:lang="en"> <div class="titlepage"></div> - <p><a class="ulink" href="http://www.cplusplus.com/reference/stl/vector/assign/" target="_top">http://www.cplusplus.com/reference/stl/vector/assign/</a>. </p> + <p><a class="ulink" href="http://www.cplusplus.com/reference/vector/vector/assign/" target="_top">http://www.cplusplus.com/reference/vector/vector/assign/</a>. </p> </div> <p> </p> @@ -199,7 +199,7 @@ void assign(size_type n, const T &u, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idm2430488"></a>Class</h3> + <h3 class="title"><a id="idm2363688"></a>Class</h3> </div> </div> </div> |
