Provides read/write context class with the ability to handle userver::proto_structs::Any
conversion.
Definition in file any_conv.hpp.
Go to the source code of this file.
#include <userver/proto-structs/io/userver/proto_structs/any.hpp>
#include <userver/proto-structs/io/fwd.hpp>
Namespaces | |
namespace | proto_structs |
Top namespace for the proto-structs library. | |
namespace | proto_structs::io |
Namespace for conversion utlities and predefined proto-structs conversion hooks for well-known std/userver types. | |
Functions | |
proto_structs::Any | proto_structs::io::ReadProtoStruct (ReadContext &, To< proto_structs::Any >, const ::google::protobuf::Any &msg) |
void | proto_structs::io::WriteProtoStruct (WriteContext &, const proto_structs::Any &obj, ::google::protobuf::Any &msg) |
void | proto_structs::io::WriteProtoStruct (WriteContext &, proto_structs::Any &&obj, ::google::protobuf::Any &msg) |