Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - mutable_buffers_1::operator+=

까마귀75 2021. 2. 15. 12:11
728x90
반응형

mutable_buffers_1::operator+=

mutable_buffer에서 상속된다.

지정된 바이트 수만큼 버퍼의 시작 위치를 이동한다.

mutable_buffer & operator+=(
    std::size_t n);


Boost.Asio 홈

728x90
반응형