| 
    Celeritas 0.7.0-dev.174+develop.3cfbeaa01
    
   | 
 
#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 | ) |