2ad88e973293|
quant-pricer-cpp
|
#include <string>
Include dependency graph for version.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | quant |
| Barrier option primitives and configuration. | |
Functions | |
| std::string | quant::version_string () |
| Return the semantic version string "major.minor.patch". | |
Variables | |
| constexpr int | quant::kVersionMajor = 0 |
| Project semantic version components. | |
| constexpr int | quant::kVersionMinor = 4 |
| Minor version. | |
| constexpr int | quant::kVersionPatch = 0 |
| Patch version. | |