![]() |
Bitcoin Core
31.0.0
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
| mp | |
| Functions to serialize / deserialize common bitcoin types. | |
Functions | |
| template<typename LocalType , typename Value , typename Output > | |
| void | mp::CustomBuildField (TypeList< std::vector< LocalType >>, Priority< 1 >, InvokeContext &invoke_context, Value &&value, Output &&output) |
| static bool | mp::BuildPrimitive (InvokeContext &invoke_context, std::vector< bool >::const_reference value, TypeList< bool >) |
| template<typename LocalType , typename Input , typename ReadDest > | |
| decltype(auto) | mp::CustomReadField (TypeList< std::vector< LocalType >>, Priority< 1 >, InvokeContext &invoke_context, Input &&input, ReadDest &&read_dest) |
| template<typename Input , typename ReadDest > | |
| decltype(auto) | mp::CustomReadField (TypeList< std::vector< bool >>, Priority< 1 >, InvokeContext &invoke_context, Input &&input, ReadDest &&read_dest) |
1.8.14