absl::pointer_traits

Uniform interface to the properties of a pointer-like type.

Synopsis

Declared in <absl/memory/memory.h>

template<typename Ptr>
using pointer_traits [[deprecated]] = std::pointer_traits<Ptr>;

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Description

Historical note: Abseil once provided an implementation of std::pointer_traits for platforms that had not yet provided it. Those platforms are no longer supported. New code should simply use std::pointer_traits.