[ ソース: mapbox-variant ]
パッケージ: libmapbox-variant-dev (1.2.0-1)
libmapbox-variant-dev に関するリンク
Debian の資源:
mapbox-variant ソースパッケージをダウンロード:
- [mapbox-variant_1.2.0-1.dsc]
- [mapbox-variant_1.2.0.orig.tar.gz]
- [mapbox-variant_1.2.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Alternative to boost::variant for C++11
Mapbox variant has the same speedy performance of boost::variant but is faster to compile, results in smaller binaries, and has no dependencies.
Mapbox variant has been a very valuable, lightweight alternative for apps that can use c++11 or c++14 but that do not want a Boost dependency. Mapbox variant has also been useful in apps that do depend on Boost, like Mapnik, to help (slightly) with compile times and to majorly lessen dependence on Boost in core headers.