Skip to content

Commit 2dbd588

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
remove nullptr info
1 parent 92a01cc commit 2dbd588

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docs/standard-library/span-functions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ The span to get the raw representation of.
3636
### Return Value
3737
3838
A `span<const byte, S>` to the first item stored in the span where `S` is `{reinterpret_cast<const std::byte*>(s.data()), s.size_bytes()}'
39-
If the span is empty, returns `nullptr`.
40-
4139
4240
### Example
4341
@@ -78,7 +76,6 @@ The span to get the raw representation of.
7876
### Return Value
7977
8078
A `span<byte, S>` to the first item stored in the span where `S` is `{reinterpret_cast<std::byte*>(s.data()), s.size_bytes()}'
81-
If the span is empty, returns `nullptr`.
8279
8380
### Example
8481

0 commit comments

Comments
 (0)