From 5cde13f21d36c7224b0e13d11c4b49379ae5210d Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:38:45 +0900 Subject: Imported Upstream version 1.61.0 Change-Id: I96a1f878d1e6164f01e9aadd5147f38fca448d90 Signed-off-by: DongHun Kwak --- .../boost_asio/reference/InternetProtocol.html | 174 --------------------- 1 file changed, 174 deletions(-) delete mode 100644 doc/html/boost_asio/reference/InternetProtocol.html (limited to 'doc/html/boost_asio/reference/InternetProtocol.html') diff --git a/doc/html/boost_asio/reference/InternetProtocol.html b/doc/html/boost_asio/reference/InternetProtocol.html deleted file mode 100644 index 5d4d1358bc..0000000000 --- a/doc/html/boost_asio/reference/InternetProtocol.html +++ /dev/null @@ -1,174 +0,0 @@ - - - -Internet protocol requirements - - - - - - - - - - - - - - - -
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
-
-
-PrevUpHomeNext -
-
- -

- An internet protocol must meet the requirements for a protocol - as well as the additional requirements listed below. -

-

- In the table below, X denotes - an internet protocol class, a - denotes a value of type X, - and b denotes a value of - type X. -

-
-

Table 15. InternetProtocol requirements

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

- expression -

-
-

- return type -

-
-

- assertion/note
pre/post-conditions -

-
-

- X::resolver -

-
-

- ip::basic_resolver<X> -

-
-

- The type of a resolver for the protocol. -

-
-

- X::v4() -

-
-

- X -

-
-

- Returns an object representing the IP version 4 protocol. -

-
-

- X::v6() -

-
-

- X -

-
-

- Returns an object representing the IP version 6 protocol. -

-
-

- a == - b -

-
-

- convertible to bool -

-
-

- Returns whether two protocol objects are equal. -

-
-

- a != - b -

-
-

- convertible to bool -

-
-

- Returns !(a - == b). -

-
-
-
-
- - - -
-
-
-PrevUpHomeNext -
- - -- cgit v1.2.3