17 #ifndef AWALI_EMPTY_HH
18 # define AWALI_EMPTY_HH
20 # include <functional>
83 struct hash<
awali::sttc::empty_t>
bool operator<(empty_t, empty_t)
Definition: empty.hh:33
empty_t & operator--(empty_t &e)
Definition: empty.hh:72
bool operator!=(empty_t, empty_t)
Definition: empty.hh:66
bool operator>(empty_t, empty_t)
Definition: empty.hh:47
bool operator>=(empty_t, empty_t)
Definition: empty.hh:53
bool operator<=(empty_t, empty_t)
Definition: empty.hh:39
bool operator==(empty_t, empty_t)
Definition: empty.hh:60
Empty labels, for LAO.
Definition: empty.hh:28
Main namespace of Awali.
Definition: ato.hh:22
size_t operator()(awali::sttc::empty_t) const
Definition: empty.hh:85