![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#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 |
using difference_type = std::ptrdiff_t |
using element_type = T |
using pointer = T* |
using rebind = U* |
|
inlinestaticnoexcept |