Namespaces
Variants
Views
Actions

std::pointer_safety

From cppreference.com
< cpp‎ | memory
Revision as of 01:17, 12 June 2012 by P12bot (Talk | contribs)

Template:cpp/memory/sidebar Template:ddcl list begin <tr class="t-dsc-header">

<td>
Defined in header <memory>
</td>

<td></td> <td></td> </tr> <tr class="t-dcl ">

<td >
enum class pointer_safety {

     relaxed,
     preferred,
     strict

};
</td>

<td class="t-dcl-nopad"> </td> <td > (since C++11) </td> </tr> Template:ddcl list end

The scoped enumeration type pointer_safety lists the pointer safety modes supported by C++

Enumeration constants

Template:tdcl list itemTemplate:tdcl list itemTemplate:tdcl list itemTemplate:tdcl list end

See also

Template:cpp/memory/gc/dcl list get pointer safety