Add static fields and message containers#133
Conversation
|
An automated preview of the documentation is available at https://133.http-proto.prtest.cppalliance.org/index.html |
| std::size_t storage_size) noexcept | ||
| : fields_view_base(&this->fields_base::h_) | ||
| , fields_base( | ||
| k, storage, storage_size) |
There was a problem hiding this comment.
If you want to get rid of constructors should we require all constructors of fields_base to also have the string_view parameter, defaulted to the empty string?
There was a problem hiding this comment.
Yes, I'll try that.
BTW, this issue will be resolved when we refactor the code to remove message_view_base from the hierarchy of response/request containers.
There was a problem hiding this comment.
I'm not sure we should do that though, as it results in duplication and I believe a loss of functionality
|
|
||
| request_base( | ||
| char* storage, | ||
| std::size_t storage_size) noexcept |
|
An automated preview of the documentation is available at https://133.http-proto.prtest.cppalliance.org/index.html |
|
GCOVR code coverage report https://133.http-proto.prtest.cppalliance.org/gcovr/index.html |
|
An automated preview of the documentation is available at https://133.http-proto.prtest.cppalliance.org/index.html |
|
GCOVR code coverage report https://133.http-proto.prtest.cppalliance.org/gcovr/index.html |
|
An automated preview of the documentation is available at https://133.http-proto.prtest.cppalliance.org/index.html |
|
GCOVR code coverage report https://133.http-proto.prtest.cppalliance.org/gcovr/index.html |
|
An automated preview of the documentation is available at https://133.http-proto.prtest.cppalliance.org/index.html |
|
GCOVR code coverage report https://133.http-proto.prtest.cppalliance.org/gcovr/index.html |
|
An automated preview of the documentation is available at https://133.http-proto.prtest.cppalliance.org/index.html |
|
GCOVR code coverage report https://133.http-proto.prtest.cppalliance.org/gcovr/index.html |
|
An automated preview of the documentation is available at https://133.http-proto.prtest.cppalliance.org/index.html |
|
GCOVR code coverage report https://133.http-proto.prtest.cppalliance.org/gcovr/index.html |
|
An automated preview of the documentation is available at https://133.http-proto.prtest.cppalliance.org/index.html |
1 similar comment
|
An automated preview of the documentation is available at https://133.http-proto.prtest.cppalliance.org/index.html |
|
GCOVR code coverage report https://133.http-proto.prtest.cppalliance.org/gcovr/index.html |
|
An automated preview of the documentation is available at https://133.http-proto.prtest.cppalliance.org/index.html |
|
GCOVR code coverage report https://133.http-proto.prtest.cppalliance.org/gcovr/index.html |
No description provided.