nhzaci / MyStdLib

Simple implementations of C++ std lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple implementations of C++ std lib

License:MIT License


Languages

Language:C++ 98.7%Language:CMake 1.3%