A helper for amendment name to feature conversions.
More...
#include <Types.hpp>
|
| AmendmentKey (std::convertible_to< std::string > auto &&val) |
| Construct a new AmendmentKey.
|
|
| operator std::string const & () const |
| Conversion to string.
|
|
| operator std::string_view () const |
| Conversion to string_view.
|
|
| operator ripple::uint256 () const |
| Conversion to uint256.
|
|
auto | operator<=> (AmendmentKey const &other) const =default |
| Comparison operators.
|
|
A helper for amendment name to feature conversions.
◆ AmendmentKey()
data::AmendmentKey::AmendmentKey |
( |
std::convertible_to< std::string > auto && | val | ) |
|
|
inline |
Construct a new AmendmentKey.
- Parameters
-
val | Anything convertible to a string |
◆ operator<=>()
auto data::AmendmentKey::operator<=> |
( |
AmendmentKey const & | other | ) |
const |
|
default |
Comparison operators.
- Parameters
-
other | The object to compare to |
- Returns
- Whether the objects are equal, greater or less
The documentation for this struct was generated from the following files:
- /__w/clio/clio/src/data/Types.hpp
- /__w/clio/clio/src/data/AmendmentCenter.cpp