Search code examples
Recasting Variadic Arguments from void** Array in C++...


c++lambdacastingvariadic-templatesraw-pointer

Read More
How to cast a &T to a &Wrapper(T)?...


rustwrapperunsaferaw-pointer

Read More
subrange of a fixed size buffer c++ avoiding raw pointers...


c++bufferraw-pointer

Read More
Is moving the target of a raw Pointer safe in rust...


rustundefined-behaviorraw-pointer

Read More
Why Rust's raw pointer can access function and some parts of fields' information of a struct...


ruststructunsaferaw-pointer

Read More
C++/pimpl: raw pointer or unique_ptr? What is a better choice?...


c++unique-ptrraiiraw-pointer

Read More
Why does derefrencing a raw pointer gives a segmentation fault if there is no shared reference to th...


pointersmemoryrustraw-pointer

Read More
Unexpected segfault when working with raw pointers...


rustsegmentation-faultraw-pointer

Read More
Why do most ffi functions use raw pointers instead of references?...


rustffiraw-pointer

Read More
How does Rust infer lifetime while raw pointers are involved?...


rustlifetimeunsaferaw-pointer

Read More
Polymorphism : raw pointer vs smart pointer...


c++polymorphismsmart-pointersraw-pointer

Read More
What would be the proper implementation of a concept describing a raw pointer (to objects)?...


c++pointersc++-conceptsraw-pointer

Read More
How should I manage an intermediary vector after moving/swapping it in the constructor?...


c++new-operatorraw-pointer

Read More
c++ creating cyclically dependent objects with raw pointers...


c++smart-pointerscyclic-dependencyraw-pointer

Read More
What does crossbeam_epoch::Shared::as_raw mean by "Converts the pointer to a raw pointer (witho...


pointersrustgarbage-collectionraw-pointercrossbeam

Read More
Why does `*mut T` implement `Unwindsafe` but `&mut T` doesn't?...


rustunsafestack-unwindingraw-pointer

Read More
How to initialize unique_ptr from raw C heap memory pointer?...


c++heap-memorysmart-pointersunique-ptrraw-pointer

Read More
Using a smart pointer to a struct from a C library which hides the implementation via typedef's ...


c++cpointerssmart-pointersraw-pointer

Read More
How to properly implement a copy constructor of a class that has raw pointers?...


c++copyraw-pointer

Read More
Is it considered bad practice to use a raw pointer in a constructor with the intention of wrapping i...


c++smart-pointersraw-pointer

Read More
Create a Weak UnsafeMutableRawPointer...


iosswiftpointerscore-audioraw-pointer

Read More
Is the adress behind this guaruanteed to be identical to a variable with the object...


c++pointersraw-pointer

Read More
How do I figure out where a named lifetime comes from?...


rustlifetimeraw-pointer

Read More
Segfault after deleting elements from vector...


c++vectorsegmentation-faultsmart-pointersraw-pointer

Read More
Casting a borrowed reference with a lifetime to a raw pointer in Rust...


rustjnienvraw-pointer

Read More
Is it safe to clone a type-erased Arc via raw pointer?...


rustunsafetype-erasureraw-pointer

Read More
CString::new().unwrap().as_ptr() gives empty *const c_char...


referencerustffiraw-pointer

Read More
How to prevent deletion of a raw pointer that is used as shared pointer?...


c++shared-ptrc-apiraw-pointer

Read More
Rust creating String with pointer offset...


stringpointersrustunsaferaw-pointer

Read More
Getting into smart pointers, how to deal with representing ownership?...


c++pointerssmart-pointersraw-pointer

Read More
BackNext