|
DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
|
#include <comparisonOperators.hpp>
Friends | |
| constexpr friend bool | operator> (const Derived &x1_, const Derived &x2_) |
| constexpr friend bool | operator<= (const Derived &x1_, const Derived &x2_) |
| constexpr friend bool | operator>= (const Derived &x1_, const Derived &x2_) |
The comparison operators that can be derived from the less-than operator
| Derived | - The class with the overloaded operator<() |
| Empty | - An empty base class, not really needed for the general user |
|
friend |
|
friend |
|
friend |