C++20 implementation of a std::vector-like container with a compile time known size, stored on the stack.
Documentation is provided as source code comments and on docsforge.
add_subdirectory(static_vector)
target_link_libraries(your_project PRIVATE ml::static_vector)
include the single header provided in single_header/include/
Basic example on godbolt: https://godbolt.org/z/MaadqbhGa