mirror of
https://github.com/boostorg/convert.git
synced 2026-01-31 20:12:25 +00:00
53 lines
4.9 KiB
HTML
53 lines
4.9 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
|
<title>Convert Reference</title>
|
|
<link rel="stylesheet" href="boostbook.css" type="text/css">
|
|
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
|
|
<link rel="home" href="index.html" title="Chapter 1. The Boost Convert Library 2.0">
|
|
<link rel="up" href="index.html" title="Chapter 1. The Boost Convert Library 2.0">
|
|
<link rel="prev" href="the_boost_convert_library/references.html" title="References">
|
|
<link rel="next" href="header/boost/convert/forward_hpp.html" title="Header <boost/convert/forward.hpp>">
|
|
</head>
|
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
|
<div class="spirit-nav">
|
|
<a accesskey="p" href="the_boost_convert_library/references.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="header/boost/convert/forward_hpp.html"><img src="images/next.png" alt="Next"></a>
|
|
</div>
|
|
<div class="section">
|
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
|
<a name="convert_reference"></a>Convert Reference</h2></div></div></div>
|
|
<div class="toc"><dl>
|
|
<dt><span class="section"><a href="convert_reference.html#header.boost.convert.api_hpp">Header <boost/convert/api.hpp></a></span></dt>
|
|
<dt><span class="section"><a href="header/boost/convert/forward_hpp.html">Header <boost/convert/forward.hpp></a></span></dt>
|
|
<dt><span class="section"><a href="header/boost/convert/parameters_hpp.html">Header <boost/convert/parameters.hpp></a></span></dt>
|
|
<dd><dl></dl></dd>
|
|
<dt><span class="section"><a href="header/boost/convert/result_hpp.html">Header <boost/convert/result.hpp></a></span></dt>
|
|
<dd><dl></dl></dd>
|
|
</dl></div>
|
|
<div class="section">
|
|
<div class="titlepage"><div><div><h3 class="title">
|
|
<a name="header.boost.convert.api_hpp"></a>Header <<a href="../../../../boost/convert/api.hpp" target="_top">boost/convert/api.hpp</a>></h3></div></div></div>
|
|
<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
|
|
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> TypeOut<span class="special">,</span> <span class="keyword">typename</span> TypeIn<span class="special">,</span> <span class="keyword">typename</span> Converter<span class="special">></span>
|
|
<a class="link" href="boost/conversion/result.html" title="Struct template result">boost::conversion::result</a><span class="special"><</span> <span class="identifier">TypeOut</span> <span class="special">></span>
|
|
<a name="boost.convert_idm39472"></a><span class="identifier">convert</span><span class="special">(</span><span class="identifier">TypeIn</span> <span class="keyword">const</span> <span class="special">&</span> value_in<span class="special">,</span> <span class="identifier">Converter</span> <span class="keyword">const</span> <span class="special">&</span> converter<span class="special">)</span><span class="special">;</span>
|
|
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> TypeOut<span class="special">,</span> <span class="keyword">typename</span> Converter<span class="special">></span>
|
|
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">conversion</span><span class="special">::</span><span class="identifier">algorithm_helper</span><span class="special"><</span> <span class="identifier">TypeOut</span><span class="special">,</span> <span class="identifier">Converter</span> <span class="special">></span>
|
|
<a name="boost.convert_idm31072"></a><span class="identifier">convert</span><span class="special">(</span><span class="identifier">Converter</span> <span class="keyword">const</span> <span class="special">&</span> cnv<span class="special">)</span><span class="special">;</span>
|
|
<span class="special">}</span></pre>
|
|
</div>
|
|
</div>
|
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
|
<td align="left"></td>
|
|
<td align="right"><div class="copyright-footer">Copyright © 2009-2014 Vladimir Batov<p>
|
|
Distributed under the Boost Software License, Version 1.0. See copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>.
|
|
</p>
|
|
</div></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav">
|
|
<a accesskey="p" href="the_boost_convert_library/references.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="header/boost/convert/forward_hpp.html"><img src="images/next.png" alt="Next"></a>
|
|
</div>
|
|
</body>
|
|
</html>
|