5#ifndef MP_PROXY_TYPE_VOID_H
6#define MP_PROXY_TYPE_VOID_H
11template <
typename Value>
17template <
typename LocalType,
typename Output>
Functions to serialize / deserialize common bitcoin types.
LocalType BuildPrimitive(InvokeContext &invoke_context, const Value &value, TypeList< LocalType >, typename std::enable_if< std::is_enum< Value >::value >::type *enable=nullptr)
void CustomBuildField(TypeList< LocalType >, Priority< 1 >, InvokeContext &invoke_context, Value &&value, Output &&output)
Generic utility functions used by capnp code.