5 #ifndef MP_PROXY_TYPE_VOID_H 6 #define MP_PROXY_TYPE_VOID_H 11 template <
typename Value>
17 template <
typename LocalType,
typename Output>
23 #endif // MP_PROXY_TYPE_VOID_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.
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) requires Serializable< LocalType
Overload multiprocess library's CustomBuildField hook to allow any serializable object to be stored i...