userver: proto_structs::traits::ProtoRepeated Concept Reference
Loading...
Searching...
No Matches
proto_structs::traits::ProtoRepeated Concept Reference

Protobuf type representing repeated fields in the protoc-generated code. More...

#include </data/code/userver/libraries/proto-structs/include/userver/proto-structs/type_mapping.hpp>

Concept definition

template<typename T>
meta::kIsCvInstantiationOf<::google::protobuf::RepeatedField, T> ||
meta::kIsCvInstantiationOf<::google::protobuf::RepeatedPtrField, T>

Detailed Description

Protobuf type representing repeated fields in the protoc-generated code.

Definition at line 42 of file type_mapping.hpp.