Kagome
Polkadot Runtime Engine in C++17
|
#include "storage/trie/polkadot_trie/polkadot_trie_cursor_impl.hpp"
#include <utility>
#include "common/buffer_back_insert_iterator.hpp"
#include "macro/unreachable.hpp"
#include "storage/trie/polkadot_trie/polkadot_trie.hpp"
#include "storage/trie/polkadot_trie/trie_error.hpp"
#include "storage/trie/serialization/polkadot_codec.hpp"
Go to the source code of this file.
Namespaces | |
kagome::storage::trie | |
Functions | |
OUTCOME_CPP_DEFINE_CATEGORY (kagome::storage::trie, PolkadotTrieCursorImpl::Error, e) | |
OUTCOME_CPP_DEFINE_CATEGORY | ( | kagome::storage::trie | , |
PolkadotTrieCursorImpl::Error | , | ||
e | |||
) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Definition at line 16 of file polkadot_trie_cursor_impl.cpp.