summaryrefslogtreecommitdiff
path: root/doc/html/boost/dll/import_alias.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/dll/import_alias.html')
-rw-r--r--doc/html/boost/dll/import_alias.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/dll/import_alias.html b/doc/html/boost/dll/import_alias.html
index 614711b5d8..0e490d5a36 100644
--- a/doc/html/boost/dll/import_alias.html
+++ b/doc/html/boost/dll/import_alias.html
@@ -51,7 +51,7 @@
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">&gt;</span>
<span class="identifier">result_type</span> <span class="identifier">import_alias</span><span class="special">(</span><span class="identifier">shared_library</span> <span class="special">&amp;&amp;</span> lib<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> name<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idm45928053095296"></a><h2>Description</h2>
+<a name="idp340373648"></a><h2>Description</h2>
<p>Returns callable object or boost::shared_ptr&lt;T&gt; that holds the symbol imported from the loaded library. Returned value refcounts usage of the loaded shared library, so that it won't get unload until all copies of return value are not destroyed.</p>
<p>This call will succeed if call to <a class="link" href="shared_library.html" title="Class shared_library">boost::dll::shared_library</a><code class="computeroutput">::has(const char* )</code> function with the same symbol name returned <code class="computeroutput">true</code>.</p>
<p>For importing symbols by <span class="bold"><strong>non</strong></span> <span class="bold"><strong>alias</strong></span> names use <a class="link" href="import.html" title="Function import">boost::dll::import</a> method.</p>