Loading…
|
String added in the repository |
Source string description
type: table cellFlags
read-only
Loading…
|
String added in the repository |
The constructor may optionally require that `h` and `v` are `const` references, with these consequences:
* If `W` requires that `h` and `v` are const references, then the corresponding serializer constructors for messages with this body type will will accept a const reference to a message, otherwise:
* If `W` requires that `h` and `v` are non-const references, then the corresponding serializer constructors for messages with this body type will require a non-const reference to a message.
The constructor may optionally require that `h` and `v` are `const` references, with these consequences:
* If `W` requires that `h` and `v` are const references, then the corresponding serializer constructors for messages with this body type will will accept a const reference to a message, otherwise:
* If `W` requires that `h` and `v` are non-const references, then the corresponding serializer constructors for messages with this body type will require a non-const reference to a message.