Scarab
v2.9.0
Project 8 C++ Utility Library
library
external
pybind11
pybind11
_version.py
Go to the documentation of this file.
1
version_info = (2, 3,
'dev1'
)
2
__version__ =
'.'
.
join
(map(str, version_info))
CLI::detail::join
std::string join(const T &v, std::string delim=",")
Simple function to join a string.
Definition:
CLI11.hpp:277
Generated by
1.8.13