728x90
반응형
buffered_write_stream::async_write_some
비동기 쓰기 작업을 시작한다. 쓰기 작업 중인 데이터는 비동기 작업의 작업 기간 동안 유효해야 한다.
template<
typename ConstBufferSequence,
typename WriteHandler = DEFAULT>
DEDUCED async_write_some(
const ConstBufferSequence & buffers,
WriteHandler && handler = DEFAULT);
[ConstBufferSequence, WriteHandler, DEFAULT, DEDUCED]
Boost.Asio 홈
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - ssl::stream::async_write_some (0) | 2021.01.08 |
---|---|
Boost.Asio 색인 - posix::basic_stream_descriptor::async_write_some (0) | 2021.01.08 |
Boost.Asio 색인 - buffered_stream::async_write_some (0) | 2021.01.08 |
Boost.Asio 색인 - buffered_read_stream::async_write_some (0) | 2021.01.08 |
Boost.Asio 색인 - basic_stream_socket::async_write_some (0) | 2021.01.08 |