Interval library for C++
Interval Library by Ross Smith
#include "rs-interval/version.hpp"
namespace RS::Interval;
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").