From b5c87084afaef42b2d058f68091be31988a6a874 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:08:07 +0900 Subject: Imported Upstream version 1.64.0 Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak --- .../basic_raw_socket/available/overload2.html | 79 ++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 doc/html/boost_asio/reference/basic_raw_socket/available/overload2.html (limited to 'doc/html/boost_asio/reference/basic_raw_socket/available/overload2.html') diff --git a/doc/html/boost_asio/reference/basic_raw_socket/available/overload2.html b/doc/html/boost_asio/reference/basic_raw_socket/available/overload2.html new file mode 100644 index 0000000000..3003a21008 --- /dev/null +++ b/doc/html/boost_asio/reference/basic_raw_socket/available/overload2.html @@ -0,0 +1,79 @@ + + + +basic_raw_socket::available (2 of 2 overloads) + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+ +

+ Inherited from basic_socket. +

+

+ Determine the number of bytes available for reading. +

+
std::size_t available(
+    boost::system::error_code & ec) const;
+
+

+ This function is used to determine the number of bytes that may be read + without blocking. +

+
+ + Parameters +
+
+

+
+
ec
+

+ Set to indicate what error occurred, if any. +

+
+
+
+ + Return + Value +
+

+ The number of bytes that may be read without blocking, or 0 if an error + occurs. +

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