Registry / utility / sprout

sprout

JSON →
library2019-06-20vcpkgunverified

C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others

vcpkg install sprout
INSTALL
IMPORT
SIG · SPROUT
S
sprout
utilitycppv2019-06-20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sprout/algorithm.hpp
#include <sprout/algorithm.hpp>

Compile-time sorting with Sprout

#include <sprout/algorithm.hpp> #include <iostream> constexpr int arr[] = {3, 1, 4, 1, 5}; constexpr auto sorted = sprout::sort(arr); int main() { for (auto x : sorted) std::cout << x << ' '; std::cout << '\n'; return 0; }
Debug
Known issues
gotchaHeader-only library; requires C++11/14 constexpr support
fix
Ensure compiler supports C++14 constexpr (GCC 5+, Clang 3.4+, MSVC 2015+)
affects: all
Upgrade
Version history
2019-06-20latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

sprout — pip install sprout · libregistry