#include <boost/range/adaptor/reversed.hpp>
#include <unordered_set>
#include "string_tools.h"
#include "blockchain_db.h"
#include "cryptonote_basic/cryptonote_format_utils.h"
#include "profile_tools.h"
#include "ringct/rctOps.h"
#include "lmdb/db_lmdb.h"
Go to the source code of this file.
|
| namespace | cryptonote |
| | Holds cryptonote related classes and helpers.
|
◆ ELECTRONEUM_DEFAULT_LOG_CATEGORY
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "blockchain.db" |
◆ pod_to_hex()
template<class t_pod_type>
Definition at line 317 of file string_tools.h.
318 {
319 static_assert(std::is_standard_layout<t_pod_type>(), "expected standard layout type");
321 }
span< const std::uint8_t > as_byte_span(const T &src) noexcept