mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
README.md: fixed a typo (#1062)
This commit is contained in:
parent
c52bad36aa
commit
1e0d0446dd
@ -27,7 +27,7 @@ Feature | Supported? | Description
|
|||||||
[**1. Views**][cg-views] | |
|
[**1. Views**][cg-views] | |
|
||||||
owner | ☑ | an alias for a raw pointer
|
owner | ☑ | an alias for a raw pointer
|
||||||
not_null | ☑ | restricts a pointer / smart pointer to hold non-null values
|
not_null | ☑ | restricts a pointer / smart pointer to hold non-null values
|
||||||
span | ☑ | a view over a contiguous sequence of memory. Based on the standardized verison of `std::span`, however `gsl::span` enforces bounds checking. See the [wiki](https://github.com/microsoft/GSL/wiki/gsl::span-and-std::span) for additional information.
|
span | ☑ | a view over a contiguous sequence of memory. Based on the standardized version of `std::span`, however `gsl::span` enforces bounds checking. See the [wiki](https://github.com/microsoft/GSL/wiki/gsl::span-and-std::span) for additional information.
|
||||||
span_p | ☐ | spans a range starting from a pointer to the first place for which the predicate is true
|
span_p | ☐ | spans a range starting from a pointer to the first place for which the predicate is true
|
||||||
basic_zstring | ☑ | A pointer to a C-string (zero-terminated array) with a templated char type
|
basic_zstring | ☑ | A pointer to a C-string (zero-terminated array) with a templated char type
|
||||||
zstring | ☑ | An alias to `basic_zstring` with dynamic extent and a char type of char
|
zstring | ☑ | An alias to `basic_zstring` with dynamic extent and a char type of char
|
||||||
|
Loading…
Reference in New Issue
Block a user