We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f00336 commit 3985fb8Copy full SHA for 3985fb8
platform/Span.h
@@ -73,7 +73,7 @@ struct Span {
73
* @param array_ptr Pointer to the array data
74
* @param array_size Number of elements of T present in the array.
75
*
76
- * @post a call to size() will return array_size and data() will return
+ * @post a call to size() will return Extent and data() will return
77
* @p array_ptr.
78
*/
79
Span(T *array_ptr, size_t array_size) :
0 commit comments