Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::message::allocator_type

(Inherited from http::basic_fields)

The type of allocator used.

Synopsis
using allocator_type = std::allocator< char >;

PrevUpHomeNext