ptr
Types
std::ptr::NullablePtr
std::ptr::NullablePtrstruct MyStruct {
std::ptr::NullablePtr<MyInfoTy, u64> p_myInfo;
}struct NullablePtr<PointeeTy, PointerTy> { ... };Functions
std::ptr::relative_to_pointer
std::ptr::relative_to_pointerstd::ptr::relative_to_parent
std::ptr::relative_to_parentstd::ptr::relative_to_end
std::ptr::relative_to_endLast updated