5 #ifndef MP_PROXY_TYPE_EXCEPTION_H 6 #define MP_PROXY_TYPE_EXCEPTION_H 11 template <
typename Output>
15 const std::exception& value,
22 #endif // MP_PROXY_TYPE_EXCEPTION_H Function parameter type for prioritizing overloaded function calls that would otherwise be ambiguous...
Generic utility functions used by capnp code.
Functions to serialize / deserialize common bitcoin types.
void BuildField(TypeList< LocalTypes... >, Context &context, Output &&output, Values &&... values)
void CustomBuildField(TypeList< LocalType >, Priority< 1 >, InvokeContext &invoke_context, Value &&value, Output &&output) requires Serializable< LocalType
Overload multiprocess library's CustomBuildField hook to allow any serializable object to be stored i...