Boost C++ Libraries/Boost.Asio
Boost.Asio 색인 - basic_socket_streambuf::expires_at
까마귀75
2021. 1. 26. 11:57
728x90
반응형
basic_socket_streambuf::expires_at
[1 / 2 오버로드] (사용되지 않음: expiry()를 사용한다.) 스트림 버퍼의 만료 시간을 절대 시간으로 가져온다.
time_point expires_at() const;
[2 / 2 오버로드] 스트림 버퍼의 만료 시간을 절대 시간으로 설정한다.
void expires_at( const time_point & expiry_time);
728x90
반응형