Bitcoin Core 29.99.0
P2P Digital Currency
Classes | Namespaces | Functions
type-threadmap.h File Reference
#include <mp/util.h>
Include dependency graph for type-threadmap.h:
This graph shows which files directly or indirectly include this file:

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)