matheuspf / Container

C++14 Multidimensional Container Class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Container

Build Status Coverage Status

This is a C++14 implementation of a multidimensional container.

Provides a simple and very generic interface, while aiming for performance.


Google Test

There are a number of tests using Google Test.

If you want to run the tests:

cd test
mkdir build
cd build

cmake ..
cmake --build .

./ContainerTests

Google Test will be downloaded automatically from the repository.


Documentation

If you want to generate the documentation, install Doxygen and run:

cd doc
doxygen Doxyfile

About

C++14 Multidimensional Container Class

License:MIT License


Languages

Language:C++ 96.0%Language:CMake 4.0%