@@ -48683,7 +48683,7 @@ Start an asynchronous fill.
48683
48683
48684
48684
template<
48685
48685
typename ``[link asio.reference.ReadHandler ReadHandler]``>
48686
- void async_fill(
48686
+ ``[link asio.reference.asynchronous_operations.return_type_of_an_initiating_function [' void-or-deduced]]`` async_fill(
48687
48687
ReadHandler handler);
48688
48688
48689
48689
@@ -48701,7 +48701,7 @@ Start an asynchronous read. The buffer into which the data will be read must be
48701
48701
template<
48702
48702
typename ``[link asio.reference.MutableBufferSequence MutableBufferSequence]``,
48703
48703
typename ``[link asio.reference.ReadHandler ReadHandler]``>
48704
- void async_read_some(
48704
+ ``[link asio.reference.asynchronous_operations.return_type_of_an_initiating_function [' void-or-deduced]]`` async_read_some(
48705
48705
const MutableBufferSequence & buffers,
48706
48706
ReadHandler handler);
48707
48707
@@ -48720,7 +48720,7 @@ Start an asynchronous write. The data being written must be valid for the lifeti
48720
48720
template<
48721
48721
typename ``[link asio.reference.ConstBufferSequence ConstBufferSequence]``,
48722
48722
typename ``[link asio.reference.WriteHandler WriteHandler]``>
48723
- void async_write_some(
48723
+ ``[link asio.reference.asynchronous_operations.return_type_of_an_initiating_function [' void-or-deduced]]`` async_write_some(
48724
48724
const ConstBufferSequence & buffers,
48725
48725
WriteHandler handler);
48726
48726
@@ -49386,7 +49386,7 @@ Start an asynchronous fill.
49386
49386
49387
49387
template<
49388
49388
typename ``[link asio.reference.ReadHandler ReadHandler]``>
49389
- void async_fill(
49389
+ ``[link asio.reference.asynchronous_operations.return_type_of_an_initiating_function [' void-or-deduced]]`` async_fill(
49390
49390
ReadHandler handler);
49391
49391
49392
49392
@@ -49403,7 +49403,7 @@ Start an asynchronous flush.
49403
49403
49404
49404
template<
49405
49405
typename ``[link asio.reference.WriteHandler WriteHandler]``>
49406
- void async_flush(
49406
+ ``[link asio.reference.asynchronous_operations.return_type_of_an_initiating_function [' void-or-deduced]]`` async_flush(
49407
49407
WriteHandler handler);
49408
49408
49409
49409
@@ -49421,7 +49421,7 @@ Start an asynchronous read. The buffer into which the data will be read must be
49421
49421
template<
49422
49422
typename ``[link asio.reference.MutableBufferSequence MutableBufferSequence]``,
49423
49423
typename ``[link asio.reference.ReadHandler ReadHandler]``>
49424
- void async_read_some(
49424
+ ``[link asio.reference.asynchronous_operations.return_type_of_an_initiating_function [' void-or-deduced]]`` async_read_some(
49425
49425
const MutableBufferSequence & buffers,
49426
49426
ReadHandler handler);
49427
49427
@@ -49440,7 +49440,7 @@ Start an asynchronous write. The data being written must be valid for the lifeti
49440
49440
template<
49441
49441
typename ``[link asio.reference.ConstBufferSequence ConstBufferSequence]``,
49442
49442
typename ``[link asio.reference.WriteHandler WriteHandler]``>
49443
- void async_write_some(
49443
+ ``[link asio.reference.asynchronous_operations.return_type_of_an_initiating_function [' void-or-deduced]]`` async_write_some(
49444
49444
const ConstBufferSequence & buffers,
49445
49445
WriteHandler handler);
49446
49446
@@ -50141,7 +50141,7 @@ Start an asynchronous flush.
50141
50141
50142
50142
template<
50143
50143
typename ``[link asio.reference.WriteHandler WriteHandler]``>
50144
- void async_flush(
50144
+ ``[link asio.reference.asynchronous_operations.return_type_of_an_initiating_function [' void-or-deduced]]`` async_flush(
50145
50145
WriteHandler handler);
50146
50146
50147
50147
@@ -50159,7 +50159,7 @@ Start an asynchronous read. The buffer into which the data will be read must be
50159
50159
template<
50160
50160
typename ``[link asio.reference.MutableBufferSequence MutableBufferSequence]``,
50161
50161
typename ``[link asio.reference.ReadHandler ReadHandler]``>
50162
- void async_read_some(
50162
+ ``[link asio.reference.asynchronous_operations.return_type_of_an_initiating_function [' void-or-deduced]]`` async_read_some(
50163
50163
const MutableBufferSequence & buffers,
50164
50164
ReadHandler handler);
50165
50165
@@ -50178,7 +50178,7 @@ Start an asynchronous write. The data being written must be valid for the lifeti
50178
50178
template<
50179
50179
typename ``[link asio.reference.ConstBufferSequence ConstBufferSequence]``,
50180
50180
typename ``[link asio.reference.WriteHandler WriteHandler]``>
50181
- void async_write_some(
50181
+ ``[link asio.reference.asynchronous_operations.return_type_of_an_initiating_function [' void-or-deduced]]`` async_write_some(
50182
50182
const ConstBufferSequence & buffers,
50183
50183
WriteHandler handler);
50184
50184
@@ -65911,7 +65911,9 @@ The iterator type.
65911
65911
[[link asio.reference.ip__basic_resolver_iterator.create [*create]]]
65912
65912
[Create an iterator from an addrinfo list returned by getaddrinfo.
65913
65913
65914
- Create an iterator from an endpoint, host name and service name. ]
65914
+ Create an iterator from an endpoint, host name and service name.
65915
+
65916
+ Create an iterator from a sequence of endpoints, host and service name. ]
65915
65917
]
65916
65918
65917
65919
[
@@ -66686,7 +66688,9 @@ An iterator over the entries produced by a resolver.
66686
66688
[[link asio.reference.ip__basic_resolver_iterator.create [*create]]]
66687
66689
[Create an iterator from an addrinfo list returned by getaddrinfo.
66688
66690
66689
- Create an iterator from an endpoint, host name and service name. ]
66691
+ Create an iterator from an endpoint, host name and service name.
66692
+
66693
+ Create an iterator from a sequence of endpoints, host and service name. ]
66690
66694
]
66691
66695
66692
66696
[
@@ -66785,7 +66789,20 @@ Create an iterator from an endpoint, host name and service name.
66785
66789
`` [''''»''' [link asio.reference.ip__basic_resolver_iterator.create.overload2 more...]]``
66786
66790
66787
66791
66788
- [section:overload1 ip::basic_resolver_iterator::create (1 of 2 overloads)]
66792
+ Create an iterator from a sequence of endpoints, host and service name.
66793
+
66794
+
66795
+ template<
66796
+ typename ``[link asio.reference.EndpointIterator EndpointIterator]``>
66797
+ static basic_resolver_iterator ``[link asio.reference.ip__basic_resolver_iterator.create.overload3 create]``(
66798
+ EndpointIterator begin,
66799
+ EndpointIterator end,
66800
+ const std::string & host_name,
66801
+ const std::string & service_name);
66802
+ `` [''''»''' [link asio.reference.ip__basic_resolver_iterator.create.overload3 more...]]``
66803
+
66804
+
66805
+ [section:overload1 ip::basic_resolver_iterator::create (1 of 3 overloads)]
66789
66806
66790
66807
66791
66808
Create an iterator from an addrinfo list returned by getaddrinfo.
@@ -66802,7 +66819,7 @@ Create an iterator from an addrinfo list returned by getaddrinfo.
66802
66819
66803
66820
66804
66821
66805
- [section:overload2 ip::basic_resolver_iterator::create (2 of 2 overloads)]
66822
+ [section:overload2 ip::basic_resolver_iterator::create (2 of 3 overloads)]
66806
66823
66807
66824
66808
66825
Create an iterator from an endpoint, host name and service name.
@@ -66815,6 +66832,26 @@ Create an iterator from an endpoint, host name and service name.
66815
66832
66816
66833
66817
66834
66835
+ [endsect]
66836
+
66837
+
66838
+
66839
+ [section:overload3 ip::basic_resolver_iterator::create (3 of 3 overloads)]
66840
+
66841
+
66842
+ Create an iterator from a sequence of endpoints, host and service name.
66843
+
66844
+
66845
+ template<
66846
+ typename ``[link asio.reference.EndpointIterator EndpointIterator]``>
66847
+ static basic_resolver_iterator create(
66848
+ EndpointIterator begin,
66849
+ EndpointIterator end,
66850
+ const std::string & host_name,
66851
+ const std::string & service_name);
66852
+
66853
+
66854
+
66818
66855
[endsect]
66819
66856
66820
66857
@@ -69530,7 +69567,9 @@ The iterator type.
69530
69567
[[link asio.reference.ip__basic_resolver_iterator.create [*create]]]
69531
69568
[Create an iterator from an addrinfo list returned by getaddrinfo.
69532
69569
69533
- Create an iterator from an endpoint, host name and service name. ]
69570
+ Create an iterator from an endpoint, host name and service name.
69571
+
69572
+ Create an iterator from a sequence of endpoints, host and service name. ]
69534
69573
]
69535
69574
69536
69575
[
@@ -84069,7 +84108,7 @@ Start an asynchronous receive.
84069
84108
template<
84070
84109
typename ``[link asio.reference.MutableBufferSequence MutableBufferSequence]``,
84071
84110
typename ``[link asio.reference.ReadHandler ReadHandler]``>
84072
- void async_receive(
84111
+ ``[link asio.reference.asynchronous_operations.return_type_of_an_initiating_function [' void-or-deduced]]`` async_receive(
84073
84112
implementation_type & impl,
84074
84113
const MutableBufferSequence & buffers,
84075
84114
socket_base::message_flags in_flags,
@@ -84091,7 +84130,7 @@ Start an asynchronous send.
84091
84130
template<
84092
84131
typename ``[link asio.reference.ConstBufferSequence ConstBufferSequence]``,
84093
84132
typename ``[link asio.reference.WriteHandler WriteHandler]``>
84094
- void async_send(
84133
+ ``[link asio.reference.asynchronous_operations.return_type_of_an_initiating_function [' void-or-deduced]]`` async_send(
84095
84134
implementation_type & impl,
84096
84135
const ConstBufferSequence & buffers,
84097
84136
socket_base::message_flags flags,
0 commit comments