728x90
반응형
ip::address_v4::operator<<
[1 / 2 오버로드] 주소를 문자열로 출력하는 연산자이다.
template< typename Elem, typename Traits> std::basic_ostream< Elem, Traits > & operator<<( std::basic_ostream< Elem, Traits > & os, const address_v4 & addr);
[2 / 2 오버로드] 네트워크를 문자열로 출력하는 연산자이다.
template< typename Elem, typename Traits> std::basic_ostream< Elem, Traits > & operator<<( std::basic_ostream< Elem, Traits > & os, const network_v4 & net);
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - local::basic_endpoint::operator<< (0) | 2021.02.15 |
---|---|
Boost.Asio 색인 - ip::address_v6::operator<< (0) | 2021.02.15 |
Boost.Asio 색인 - ip::address::operator<< (0) | 2021.02.15 |
Boost.Asio 색인 - local::basic_endpoint::operator< (0) | 2021.02.15 |
Boost.Asio 색인 - ip::basic_endpoint::operator< (0) | 2021.02.15 |