lukaszgemborowski / tupac

std::tuple utils library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tupac

Ever wanted to easily edit a tuple of values in C++? Like:

auto tup = make_tuple(...);
auto tup2 = tup | remove_if(is_class) | push_back(42);

the library is just for this purpose!

Docs

Currently generated doxygen documentation can be found here

About

std::tuple utils library

License:MIT License


Languages

Language:C++ 97.7%Language:CMake 2.3%