Hi,
I'd like to define a typedef as in C/C++, e.g:
typedef list<double> DoubleVector
How can I declare that in a proto3 file ?
I know I can use:
message ListOfDouble {
repeated double value = 1;
}
But I'd like not to use that if possible in order to have a container of
some type.
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/protobuf/2eab7bec-e230-431c-a238-d35de55b9db7n%40googlegroups.com.