mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-02 22:14:29 +02:00
@@ -34,7 +34,9 @@
|
||||
</pre>
|
||||
<p>
|
||||
<span class="bold"><strong>type:</strong></span> The same type as <code class="computeroutput"><span class="identifier">T</span></code>,
|
||||
but with any pointer modifier removed.
|
||||
but with any pointer modifier removed. Note that pointers to members are
|
||||
left unchanged: removing the pointer decoration would result in an invalid
|
||||
type.
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>C++ Standard Reference:</strong></span> 8.3.1.
|
||||
|
@@ -13,7 +13,8 @@
|
||||
typedef __below type;
|
||||
};
|
||||
|
||||
__type The same type as `T`, but with any pointer modifier removed.
|
||||
__type The same type as `T`, but with any pointer modifier removed. Note that pointers to members are left unchanged:
|
||||
removing the pointer decoration would result in an invalid type.
|
||||
|
||||
__std_ref 8.3.1.
|
||||
|
||||
|
Reference in New Issue
Block a user