728x90
반응형
basic_deadline_timer::expires_at
[1 / 3 오버로드] 타이머의 만료 시간을 절대 시간으로 가져온다.
time_type expires_at() const;
타이머의 만료 시간을 절대 시간으로 설정한다.
std::size_t expires_at( const time_type & expiry_time);
std::size_t expires_at( const time_type & expiry_time, boost::system::error_code & ec);
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - basic_socket_streambuf::expires_at (0) | 2021.01.26 |
---|---|
Boost.Asio 색인 - basic_socket_iostream::expires_at (0) | 2021.01.26 |
Boost.Asio 색인 - basic_waitable_timer::expires_after (0) | 2021.01.26 |
Boost.Asio 색인 - basic_socket_streambuf::expires_after (0) | 2021.01.26 |
Boost.Asio 색인 - basic_socket_iostream::expires_after (0) | 2021.01.26 |