forked from OSchip/llvm-project
Thanks to Chandler for reminding me to update the documentation for the
__underlying_type feature. llvm-svn: 135402
This commit is contained in:
parent
c6d1d946e7
commit
106b4924e2
|
@ -599,6 +599,7 @@ struct is_convertible_to {
|
|||
<li><code>__is_polymorphic</code> (GNU, Microsoft)</li>
|
||||
<li><code>__is_union</code> (GNU, Microsoft)</li>
|
||||
<li><code>__is_literal(type)</code>: Determines whether the given type is a literal type</li>
|
||||
<li><code>__underlying_type(type)</code>: Retrieves the underlying type for a given <code>enum</code> type. This trait is required to implement the C++0x standard library.</li>
|
||||
</ul>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
|
|
Loading…
Reference in New Issue