5 #ifndef MP_PROXY_TYPE_STRING_H 6 #define MP_PROXY_TYPE_STRING_H 11 template <
typename Value,
typename Output>
18 auto result = output.init(value.size());
22 template <
typename Input,
typename ReadDest>
29 auto data = input.get();
34 #endif // MP_PROXY_TYPE_STRING_H Function parameter type for prioritizing overloaded function calls that would otherwise be ambiguous...
memcpy(result.begin(), stream.data(), stream.size())
Generic utility functions used by capnp code.
Functions to serialize / deserialize common bitcoin types.
decltype(auto) CustomReadField(TypeList< LocalType >, Priority< 1 >, InvokeContext &invoke_context, Input &&input, ReadDest &&read_dest) requires Unserializable< LocalType
Overload multiprocess library's CustomReadField hook to allow any object with an Unserialize method t...
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...