Container, analog of std::vector. Implemented move semantics for greater efficiency and reservation of "raw" memory with the construction of elements in it as needed.
1. mkdir BuildComplexVector && cd BuildComplexVector
2. cmake ..
3. cmake --build .
4. Start ./complex_vector or complex_vector.exe
- C++17
- GCC version 8.1.0
- Cmake 3.21.2 (minimal 3.10)