![]() |
![]()
| ![]() |
![]()
NAMEstd::span::empty - std::span::empty Synopsis[[nodiscard]] constexpr bool empty() const noexcept;
Parameters(none) Return valuetrue if the span is empty (i.e., size() == 0); false otherwise. Example// Run this code
Output: "ABCDEF"
See also size returns the number of elements in the sequence
|