VCCC  2024.05
VisualCamp Common C++ library
pointer_traits< T * > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__memory/pointer_traits.hpp>

Public Types

using pointer = T *
 
using element_type = T
 
using difference_type = std::ptrdiff_t
 
template<typename U >
using rebind = U *
 

Static Public Member Functions

static VCCC_CONSTEXPR_AFTER_CXX17 pointer pointer_to (element_type &r) noexcept
 

Member Typedef Documentation

◆ difference_type

using difference_type = std::ptrdiff_t

◆ element_type

using element_type = T

◆ pointer

using pointer = T*

◆ rebind

using rebind = U*

Member Function Documentation

◆ pointer_to()

static VCCC_CONSTEXPR_AFTER_CXX17 pointer pointer_to ( element_type r)
inlinestaticnoexcept

The documentation for this struct was generated from the following file: