![]() |
![]()
| ![]() |
![]()
NAMEstd::span::size_bytes - std::span::size_bytes Synopsisconstexpr size_type size_bytes() const noexcept;
Parameters(none) Return valueThe size of the sequence in bytes, i.e., size() * sizeof(element_type). Example// Run this code
See also size returns the number of elements in the sequence
|