![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <mp/util.h>Go to the source code of this file.
Classes | |
| struct | mp::ProxyServer< ThreadMap > |
Namespaces | |
| namespace | mp |
| Functions to serialize / deserialize common bitcoin types. | |
Functions | |
| template<typename Output> | |
| void | mp::CustomBuildField (TypeList<>, Priority< 1 >, InvokeContext &invoke_context, Output &&output, typename std::enable_if< std::is_same< decltype(output.get()), ThreadMap::Client >::value >::type *enable=nullptr) |
| template<typename Input> | |
| decltype(auto) | mp::CustomReadField (TypeList<>, Priority< 1 >, InvokeContext &invoke_context, Input &&input, typename std::enable_if< std::is_same< decltype(input.get()), ThreadMap::Client >::value >::type *enable=nullptr) |