frozen

[full]

a header-only, constexpr alternative to gperf for C++14 users

Frozen
######

.. image:: https://travis-ci.org/serge-sans-paille/frozen.svg?branch=master
   :target: https://travis-ci.org/serge-sans-paille/frozen

Header-only library that provides 0 cost initialization for immutable containers, fixed-size containers, and various algorithms.

Frozen provides:

- immutable (a.k.a. frozen), ``constexpr``-compatible versions of ``std::set``,
  ``std::unordered_set``, ``std::map`` and ``std::unordered_map``.
  
- fixed-capacity, ``constinit``-compatible versions... More
license Apache-2.0
project frozen
url github.com/serge-sans-paille/frozen
1 Version
version 1.0.1
repository https://pkg.cppget.org/1/stable
depends 0