get_pointer_safety

Returns the type of pointer safety assumed by any garbage collector.

pointer_safety get_pointer_safety();

Property Value/Return Value

Returns the type of pointer safety.

Remarks

The function returns the type of pointer safety assumed by any automatic garbage collector.

Requirements

Header: <memory>

Namespace: std

See Also

Reference

<memory>

Other Resources

<memory> Members