MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / max_size

Function max_size

3rd/asio-1.24.0/include/asio/buffer.hpp:1800–1803  ·  view source on GitHub ↗

Get the maximum size of the dynamic buffer. * @returns The allowed maximum size of the underlying memory. */

Source from the content-addressed store, hash-verified

1798 * @returns The allowed maximum size of the underlying memory.
1799 */
1800 std::size_t max_size() const ASIO_NOEXCEPT
1801 {
1802 return max_size_;
1803 }
1804
1805 /// Get the maximum size that the buffer may grow to without triggering
1806 /// reallocation.

Callers 4

buffer.hppFile · 0.70
capacityFunction · 0.70
prepareFunction · 0.70
growFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected