Blog with Key-Value Storage Database
Ctrlk
  • Callback keyword and Pass a function as an argument in C++
  • Polymorphism in C++
  • Smart Pointer in C++
    • std::unique_ptr
    • std::shared_ptr
    • std::weak_ptr
  • Atomic Operation & Memory Model in C++
  • RAII Principle
  • Mutex & Lock in C++
  • Bloom Filter
  • DB Basic
  • Brent-Kung Parallel Prefix
  • CUDA Prefix Sum
Powered by GitBook
On this page

Smart Pointer in C++

std::unique_ptrstd::shared_ptrstd::weak_ptr
PreviousPolymorphism in C++Nextstd::unique_ptr