|
DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
|
Public Types | |
| enum class | Rankings { Worst , PrettyGood , Great , Best } |
Public Member Functions | |
| Fruit (std::string_view Name, Rankings Rank) noexcept | |
| std::string | getName () const |
Private Attributes | |
| std::string | name |
| int | rank |
Friends | |
| bool | operator== (const Fruit &lhs, const Fruit &rhs) noexcept |
| bool | operator< (const Fruit &lhs, const Fruit &rhs) noexcept |
|
strong |
|
inlinenoexcept |
References name.
Referenced by operator<, and operator==.
|
inline |
References name.
Referenced by printFruitComparisons().
|
private |