/MyStdLib

Simple implementations of C++ std lib

Primary LanguageC++MIT LicenseMIT

My Std Cpp Libs

  • Contains collection of simplified recreations of the C++ std lib

List of impls

Containers

  • [] vector
  • tuple
  • variant

Smart Pointers

  • [] unique_ptr
  • [] weak_ptr
  • [] shared_ptr

Utils

  • atoi, atol, atoll