-
push_back()
-
reserve()
-
operator[]
-
is_empty()
-
size()
-
capacity()
-
move ctor
-
move assignment operator
-
copy ctor
-
copy assignment ctor
-
basic dtor
-
3 basic ctors
- The basic FI(Forward Iterator) is also implemented here, and in the near future I will implement RAI(Random Access Iterator).
- C++ 20
- CMake >= 3.14
- GTF(Google Test framework) for tests
- CI will be soon
mkdir build
cd build
cmake ..
cmake --build .
cd tests
./Tests
- GNU/Linux (verified on Void Linux)
- Windows (not yet verified)