Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c74ab286c3d46f9b82671d206e43a74b > files > 552

libstdc++-docs-4.6.3-2.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libstdc++: std::is_explicitly_convertible&lt; _From, _To &gt; Struct Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libstdc++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('a00546.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-static-attribs">Static Public Attributes</a>  </div>
  <div class="headertitle">
<div class="title">std::is_explicitly_convertible&lt; _From, _To &gt; Struct Template Reference<div class="ingroups"><a class="el" href="a01205.html">Metaprogramming</a></div></div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="std::is_explicitly_convertible" --><!-- doxytag: inherits="is_constructible&lt; _To, _From &gt;" -->
<p><a class="el" href="a00546.html" title="is_explicitly_convertible">is_explicitly_convertible</a>  
 <a href="a00546.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for std::is_explicitly_convertible&lt; _From, _To &gt;:</div>
<div class="dyncontent">
<div class="center"><img src="a02133.png" border="0" usemap="#std_1_1is__explicitly__convertible_3_01___from_00_01___to_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="std_1_1is__explicitly__convertible_3_01___from_00_01___to_01_4_inherit__map" id="std_1_1is__explicitly__convertible_3_01___from_00_01___to_01_4_inherit__map">
<area shape="rect" id="node2" href="a00258.html" title="std::is_constructible\&lt; _To, _From \&gt;" alt="" coords="1901,28,2112,57"/><area shape="rect" id="node4" href="a00257.html" title="std::integral_constant\&lt; bool, __is_constructible_helper\&lt; _To, _Args...\&gt;::__value \&gt;" alt="" coords="1075,5,1539,35"/><area shape="rect" id="node6" href="a00257.html" title="integral_constant" alt="" coords="5,31,211,60"/><area shape="rect" id="node10" href="a00257.html" title="std::integral_constant\&lt; bool, __is_constructible_helper\&lt; _Tp, _Args...\&gt;::__value \&gt;" alt="" coords="587,57,1051,87"/><area shape="rect" id="node8" href="a00258.html" title="is_constructible" alt="" coords="1563,57,1771,87"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="a02134.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li><a class="anchor" id="a90375d818b402d9d5f041b5ef9447ee6"></a><!-- doxytag: member="std::is_explicitly_convertible::type" ref="a90375d818b402d9d5f041b5ef9447ee6" args="" -->
typedef <a class="el" href="a00257.html">integral_constant</a><br class="typebreak"/>
&lt; bool, __v &gt; <b>type</b>
<li><a class="anchor" id="aaa277335ecdb9178ce008e6affbfcb44"></a><!-- doxytag: member="std::is_explicitly_convertible::value_type" ref="aaa277335ecdb9178ce008e6affbfcb44" args="" -->
typedef bool <b>value_type</b>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="anchor" id="a5edba6c499d334a54a667ff4b115cd90"></a><!-- doxytag: member="std::is_explicitly_convertible::operator value_type" ref="a5edba6c499d334a54a667ff4b115cd90" args="()" -->
constexpr <b>operator value_type</b> ()
</ul>
<h2><a name="pub-static-attribs"></a>
Static Public Attributes</h2>
<ul>
<li><a class="anchor" id="gac5dbc0d791c11f4db2a8f32921d16527"></a><!-- doxytag: member="std::is_explicitly_convertible::value" ref="gac5dbc0d791c11f4db2a8f32921d16527" args="" -->
static constexpr bool <b>value</b>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;typename _From, typename _To&gt;<br/>
struct std::is_explicitly_convertible&lt; _From, _To &gt;</h3>

<p><a class="el" href="a00546.html" title="is_explicitly_convertible">is_explicitly_convertible</a> </p>

<p>Definition at line <a class="el" href="a01090_source.html#l00796">796</a> of file <a class="el" href="a01090_source.html">type_traits</a>.</p>
</div><hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="a01090_source.html">type_traits</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a01137.html">std</a>      </li>
      <li class="navelem"><a class="el" href="a00546.html">is_explicitly_convertible</a>      </li>
      <li class="footer">Generated by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
    </ul>
  </div>

</body>
</html>