std::get_pointer_safety

From Cppreference

Jump to: navigation, search
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.

Contents

[edit] Parameters

(none)

[edit] Return value

The pointer safety used by this implementation.

[edit] Exceptions

noexcept specification:  
noexcept

  (since C++11)

[edit] See also

lists pointer safety models
(class)