immer

C++ library for persistent and immutable data structures

brewmacoslinux
Try with needOr install directly
Source

About

Library of persistent and immutable data structures written in C++

Commands

immer

Examples

Include immer headers in C++ project for immutable vectors$ #include <immer/vector.hpp>
Use immer persistent map for immutable key-value storage$ #include <immer/map.hpp>
Access immer documentation and examples from installation$ brew info immer