discreturev2020-01-29
- Updated
A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.
- Project website: https://github.com/mraggi/discreture
#Usage
The package discreture is header only and can be used from CMake via:
find_path(DISCRETURE_INCLUDE_DIRS "discreture.hpp")
target_include_directories(main PRIVATE ${DISCRETURE_INCLUDE_DIRS})#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
and 25 transitive dependencies:
- boost-assert
>= v1.92.0(through boost-container) - boost-cmake
>= v1.92.0(through boost-assert) - boost-concept-check
>= v1.92.0(through boost-iterator) - boost-config
>= v1.92.0(through boost-assert) - boost-container-hash
>= v1.92.0(through boost-fusion) - boost-core
>= v1.92.0(through boost-iterator) - boost-describe
>= v1.92.0(through boost-container-hash) - boost-detail
>= v1.92.0(through boost-iterator) - boost-function-types
>= v1.92.0(through boost-fusion) - boost-fusion
>= v1.92.0(through boost-iterator) - boost-headers
>= v1.92.0(through boost-config) - boost-intrusive
>= v1.92.0(through boost-container) - boost-io
>= v1.92.0(through boost-utility) - boost-move
>= v1.92.0(through boost-intrusive) - boost-mp11
>= v1.92.0(through boost-describe) - boost-mpl
>= v1.92.0(through boost-function-types) - boost-optional
>= v1.92.0(through boost-iterator) - boost-predef
>= v1.92.0(through boost-mpl) - boost-preprocessor
>= v1.92.0(through boost-concept-check) - boost-throw-exception
>= v1.92.0(through boost-core) - boost-tuple
>= v1.92.0(through boost-fusion) - boost-type-traits
>= v1.92.0(through boost-concept-check) - boost-typeof
>= v1.92.0(through boost-fusion) - boost-uninstall
>= v1.92.0(through boost-cmake) - boost-utility
>= v1.92.0(through boost-mpl)
#Host Dependencies
and one transitive dependency:
- vcpkg-boost (through boost-cmake)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Rémi Bédard-Couture
Billy O'Neal
Jack·Boos·Yu
autoantwort