Core utilities
Core utility library by Ross Smith
#include "rs-core/version.hpp"
namespace RS;
This header supplies library version information.
std::array<int, 3> version() noexcept;
Returns an array containing the major, minor, and patch version numbers.
std::string version_string();
Returns the version numbers as a string (e.g. "1.23.456"
).