Defined in header <memory> | ||
---|---|---|
std::pointer_safety get_pointer_safety(); | (since C++11) |
Obtains the implementation-defined pointer safety model, which is a value of type std::pointer_safety
.
Parameters
(none).
Return value
The pointer safety used by this implementation.
Exceptions
noexcept
specification: noexcept
See also
(C++11) | lists pointer safety models (class) |
Please login to continue.