|
395 | 395 | \returns The total number of bytes transferred in the synchronous read operation.
|
396 | 396 |
|
397 | 397 | \pnum
|
398 |
| -\remarks This function shall not participate in overload resolution unless \tcode{is_mutable_buffer_sequence<MutableBufferSequence>::value} is \tcode{true}. |
| 398 | +\remarks This function shall not participate in overload resolution unless \tcode{is_mutable_buffer_sequence_v<MutableBufferSequence>} is \tcode{true}. |
399 | 399 | \end{itemdescr}
|
400 | 400 |
|
401 | 401 | \indexlibrary{\idxcode{read}}%
|
|
440 | 440 | \returns The total number of bytes transferred in the synchronous read operation.
|
441 | 441 |
|
442 | 442 | \pnum
|
443 |
| -\remarks This function shall not participate in overload resolution unless \tcode{is_dynamic_buffer<Dynamic\-Buffer>::value} is \tcode{true}. |
| 443 | +\remarks This function shall not participate in overload resolution unless \tcode{is_dynamic_buffer_v<Dynamic\-Buffer>} is \tcode{true}. |
444 | 444 | \end{itemdescr}
|
445 | 445 |
|
446 | 446 |
|
|
491 | 491 | On completion of the asynchronous operation, \tcode{ec} is the \tcode{error_code} value from the most recent asynchronous read_some operation, and \tcode{n} is the total number of bytes transferred.
|
492 | 492 |
|
493 | 493 | \pnum
|
494 |
| -\remarks This function shall not participate in overload resolution unless \tcode{is_mutable_buffer_sequence<MutableBufferSequence>::value} is \tcode{true}. |
| 494 | +\remarks This function shall not participate in overload resolution unless \tcode{is_mutable_buffer_sequence_v<MutableBufferSequence>} is \tcode{true}. |
495 | 495 | \end{itemdescr}
|
496 | 496 |
|
497 | 497 | \indexlibrary{\idxcode{async_read}}%
|
|
538 | 538 |
|
539 | 539 | \pnum
|
540 | 540 | \remarks This function shall not participate in overload resolution unless
|
541 |
| -\linebreak\tcode{is_dynamic_buffer<DynamicBuffer>::value} is \tcode{true}. |
| 541 | +\tcode{is_dynamic_buffer_v<DynamicBuffer>} is \tcode{true}. |
542 | 542 | \end{itemdescr}
|
543 | 543 |
|
544 | 544 |
|
|
636 | 636 | \returns The total number of bytes transferred in the synchronous write operation.
|
637 | 637 |
|
638 | 638 | \pnum
|
639 |
| -\remarks This function shall not participate in overload resolution unless \tcode{is_dynamic_buffer<Dynamic\-Buffer>::value} is \tcode{true}. |
| 639 | +\remarks This function shall not participate in overload resolution unless \tcode{is_dynamic_buffer_v<Dynamic\-Buffer>} is \tcode{true}. |
640 | 640 | \end{itemdescr}
|
641 | 641 |
|
642 | 642 |
|
|
731 | 731 | On completion of the asynchronous operation, \tcode{ec} is the \tcode{error_code} value from the most recent asynchronous write_some operation, and \tcode{n} is the total number of bytes transferred.
|
732 | 732 |
|
733 | 733 | \pnum
|
734 |
| -\remarks This function shall not participate in overload resolution unless \tcode{is_dynamic_buffer<Dynamic\-Buffer>::value} is \tcode{true}. |
| 734 | +\remarks This function shall not participate in overload resolution unless \tcode{is_dynamic_buffer_v<Dynamic\-Buffer>} is \tcode{true}. |
735 | 735 | \end{itemdescr}
|
736 | 736 |
|
737 | 737 |
|
|
0 commit comments