Wire Sysio Wire Sysion 1.0.0
|
#include <array>
#include <algorithm>
#include <type_traits>
#include <fc/exception/exception.hpp>
#include <sysio/chain/exceptions.hpp>
Go to the source code of this file.
Classes | |
class | sysio::fixed_key< Size > |
Namespaces | |
namespace | sysio |
Typedefs | |
typedef fixed_key< 32 > | sysio::key256 |
Functions | |
template<size_t Size> | |
bool | sysio::operator== (const fixed_key< Size > &c1, const fixed_key< Size > &c2) |
Compares two fixed_key variables c1 and c2. | |
template<size_t Size> | |
bool | sysio::operator!= (const fixed_key< Size > &c1, const fixed_key< Size > &c2) |
Compares two fixed_key variables c1 and c2. | |
template<size_t Size> | |
bool | sysio::operator> (const fixed_key< Size > &c1, const fixed_key< Size > &c2) |
Compares two fixed_key variables c1 and c2. | |
template<size_t Size> | |
bool | sysio::operator< (const fixed_key< Size > &c1, const fixed_key< Size > &c2) |
Compares two fixed_key variables c1 and c2. | |