Celeritas 0.6.0-dev.116+3fbab5e0
|
#include <array>
#include <cstdlib>
#include <iosfwd>
#include <string>
#include <string_view>
Classes | |
class | celeritas::Version |
Simple version comparison. More... | |
Macros | |
#define | CELER_DEFINE_VERSION_CMP(TOKEN) |
Functions | |
bool | celeritas::operator== (Version const &lhs, Version const &rhs) |
bool | celeritas::operator!= (Version const &lhs, Version const &rhs) |
bool | celeritas::operator< (Version const &lhs, Version const &rhs) |
bool | celeritas::operator> (Version const &lhs, Version const &rhs) |
bool | celeritas::operator<= (Version const &lhs, Version const &rhs) |
bool | celeritas::operator>= (Version const &lhs, Version const &rhs) |
std::ostream & | celeritas::operator<< (std::ostream &os, Version const &v) |
Write to a stream. | |
std::string | celeritas::to_string (Version const &v) |
Save as a string. | |
Version | celeritas::celer_version () |
Get the Celeritas version. | |
#define CELER_DEFINE_VERSION_CMP | ( | TOKEN | ) |