|
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 = 3 |
| Minor version. | |
| constexpr int | quant::kVersionPatch = 2 |
| Patch version. | |