async_write_at

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - async_write_at

async_write_at async_write_at 함수는 완료 전에 지정된 오프셋에 특정 양의 데이터를 쓰는 합성된 비동기 작업이다. 지정된 오프셋에서 제공된 모든 데이터를 쓰는 비동기 작업을 시작한다. [1 / 4 오버로드] template DEDUCED async_write_at( AsyncRandomAccessWriteDevice & d, uint64_t offset, const ConstBufferSequence & buffers, WriteHandler && handler = DEFAULT); [AsyncRan..

까마귀75
'async_write_at' 태그의 글 목록