Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fixed_key.hpp File Reference
#include <array>
#include <algorithm>
#include <type_traits>
#include <fc/exception/exception.hpp>
#include <sysio/chain/exceptions.hpp>
Include dependency graph for fixed_key.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.