Empty Position with no nested data. More...
#include <position.hpp>
Public Member Functions | |
bool | operator!= (EmptyPosition const &o) const |
Always false. | |
bool | operator< (EmptyPosition const &o) const |
Always false. | |
bool | operator<= (EmptyPosition const &o) const |
Always true. | |
bool | operator== (EmptyPosition const &o) const |
Always true. | |
bool | operator> (EmptyPosition const &o) const |
Always false. | |
bool | operator>= (EmptyPosition const &o) const |
Always true. | |
Empty Position with no nested data.