Information about the size of combined requests. More...
Public Member Functions | |
| constexpr | combined_request_size (size_type full_sz, size_type combined_sz, size_type dynamic_sz) noexcept |
| constexpr size_type | combined_static_size (void) const noexcept |
| Returns the static size of the combined request. | |
| constexpr size_type | non_combined_size (void) const noexcept |
| Returns the size of the non-combined request. | |
| constexpr size_type | combined_size (void) const noexcept |
| Returns the size of the combined request. | |
Public Types | |
| typedef std::size_t | size_type |
Information about the size of combined requests.
1.8.13