forked from boostorg/core
Correct documentation
This commit is contained in:
@ -395,8 +395,7 @@ as_writable_bytes(span<T, E> s) noexcept;`]
|
|||||||
[[Constraints][`is_const_v<T>` is `false`.]]
|
[[Constraints][`is_const_v<T>` is `false`.]]
|
||||||
[[Effects]
|
[[Effects]
|
||||||
[Equivalent to: `return R{reinterpret_cast<byte*>(s.data()), s.size_bytes()};`
|
[Equivalent to: `return R{reinterpret_cast<byte*>(s.data()), s.size_bytes()};`
|
||||||
where `R` is the return type.]]
|
where `R` is the return type.]]]]]]
|
||||||
[[Returns][`false`.]]]]]]
|
|
||||||
|
|
||||||
[endsect]
|
[endsect]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user