Boost C++ Libraries

boost C++ Libraries 문서 한글 번역 진행 중 입니다.
Boost C++ Libraries/Boost.Asio

Boost.Asio - is_match_condition

is_match_condition read_until과 async_read_until 함수에서, 유형이 일치 조건으로 사용될 수 있는지 여부를 결정하는 데 사용되는 유형 특성이다. template struct is_match_condition 데이터 멤버 이 름 설 명 value [static] 유형이 일치 조건으로 사용될 수 있으면, value 멤버는 true이다. 요구 사항 일반 헤더 : boost/asio/read_until.hpp 편의 헤더 : boost/asio.hpp Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio - Buffer-oriented synchronous write stream requirements

Buffer-oriented synchronous write stream requirements (버퍼-지향 동기식 스트림 쓰기 요구사항) 유형 X는 아래 나열된 요구 사항을 충족하는 경우 SyncWriteStream 요구 사항을 충족한다. 아래 표에서 a는 유형 X의 값을 나타내고, cb는 ConstBufferSequence 요구 사항을 충족하는 값(가능하면 const)을 나타내며, ec는 유형 error_code의 개체를 나타낸다. 표 31. SyncWriteStream 요구 사항 작 업 유 형 semantics(의미), pre/post conditions(사전/사후 조건) a.write_some(cb) a.write_some(cb, ec) size_t 쓰기 작업에 대한 요구 사항을 충족한다. 만약 ..

Boost C++ Libraries/Boost.Asio

Boost.Asio - Buffer-oriented synchronous read stream requirements

Buffer-oriented synchronous read stream requirements (버퍼-지향 동기식 스트림 읽기 요구사항) 유형 X는 아래 나열된 요구 사항을 충족하는 경우 SyncReadStream 요구 사항을 충족한다. 아래 표에서 a는 유형 X의 값을 나타내고, mb는 MutableBufferSequence 요구 사항을 충족하는 값(가능하면 const)을 나타내며, ec는 유형 error_code의 개체를 나타낸다. 표 30. SyncReadStream 요구 사항 작 업 유 형 semantics(의미), pre/post conditions(사전/사후 조건) a.read_some(mb) a.read_some(mb, ec) size_t 읽기 작업에 대한 요구 사항을 충족한다. 만약 buf..

Boost C++ Libraries/Boost.Asio

Boost.Asio - Buffer-oriented asynchronous write stream requirements

Buffer-oriented asynchronous write stream requirements (버퍼-지향 비동기식 스트림 쓰기 요구사항) 유형 X는 아래 나열된 요구 사항을 충족하는 경우 AsyncWriteStream 요구 사항을 충족한다. 아래 표에서 a는 유형 X의 값을 나타내고, cb는 ConstBufferSequence 요구 사항을 충족하는 값(가능하면 const)을 나타내며, t는 완료 토큰이다. 표 5. AsyncWriteStream 요구 사항 작 업 유 형 semantics(의미), pre/post conditions(사전/사후 조건) a.get_executor() Excutor(실행기) 요구 사항을 충족하는 유형이다. 연결된 I/O 실행기(executor)를 반환한다. a.async_..

Boost C++ Libraries/Boost.Asio

Boost.Asio - Buffer-oriented asynchronous read stream requirements

Buffer-oriented asynchronous read stream requirements (버퍼-지향 비동기식 스트림 읽기 요구사항) 유형 X는 아래 나열된 요구 사항을 충족하는 경우 AsyncReadStream 요구 사항을 충족한다. 아래 표에서 a는 유형 X의 값을 나타내고, mb는 MutableBufferSequence 요구 사항을 충족하는 값(가능하면 const)을 나타내며, t는 완료 토큰이다. 표 4. AsyncReadStream 요구 사항 작 업 유 형 semantics(의미), pre/post conditions(사전/사후 조건) a.get_executor() Excutor(실행기) 요구 사항을 충족하는 유형이다. 연결된 I/O 실행기(executor)를 반환한다. a.async_r..

까마귀75
'Boost C++ Libraries' 카테고리의 글 목록 (14 Page)