mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-18 21:24:41 +03:00
Actually adding index to the GSL.util section
This commit is contained in:
@@ -19904,6 +19904,7 @@ for example, `Expects(p != nullptr)` will become `[[expects: p != nullptr]]`.
|
||||
* `[[implicit]]` // "Marker" to put on single-argument constructors to explicitly make them non-explicit.
|
||||
* `move_owner` // `p = move_owner(q)` means `p = q` but ???
|
||||
* `joining_thread` // a RAII style version of `std::thread` that joins.
|
||||
* `index` // a type to use for all container and array indexing (currently an alias for `ptrdiff_t`)
|
||||
|
||||
## <a name="SS-gsl-concepts"></a>GSL.concept: Concepts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user