Clingo
|
A record that friend declares comparison operators. More...
#include <attributes.hh>
Additional Inherited Members | |
![]() | |
auto | get_value () const -> decltype(auto) |
Get the attribute with the given tag. | |
auto | update (Args &&...args) const |
See update_record(). | |
auto | rewrite (Args &&...args) const |
See rewrite_record(). | |
auto | equal (Base const &other) const -> bool |
Equality compare to records. | |
auto | compare (Base const &other) const -> std::strong_ordering |
Compare to records. | |
auto | hash () const -> size_t |
Compute the hash of the record. | |
A record that friend declares comparison operators.