libstdc++
ptr_traits.h File Reference

Go to the source code of this file.

Classes

struct  std::pointer_traits< _Ptr >
 Uniform interface to all pointer-like types. More...
struct  std::pointer_traits< _Tp * >
 Partial specialization for built-in pointers. More...

Namespaces

namespace  std

Functions

template<typename _Tp >
constexpr _Tp * std::__to_address (_Tp *__ptr) noexcept
template<typename _Ptr >
constexpr std::pointer_traits
< _Ptr >::element_type * 
std::__to_address (const _Ptr &__ptr)

Detailed Description

This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <memory>.

Definition in file ptr_traits.h.