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