Go to the source code of this file.
|
| namespace | mp |
| | Functions to serialize / deserialize common bitcoin types.
|
| |
|
| 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) |
| |