mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
commit
b6451c5db0
@ -56,7 +56,7 @@ dyn_array | ☐ | a heap-allocated array
|
|||||||
[**3. Assertions**][cg-assertions] | |
|
[**3. Assertions**][cg-assertions] | |
|
||||||
Expects | ☑ | a precondition assertion; on failure it terminates
|
Expects | ☑ | a precondition assertion; on failure it terminates
|
||||||
Ensures | ☑ | a postcondition assertion; on failure it terminates
|
Ensures | ☑ | a postcondition assertion; on failure it terminates
|
||||||
[**4. Utitilies**][cg-utilities] | |
|
[**4. Utilities**][cg-utilities] | |
|
||||||
move_owner | ☐ | a helper function that moves one `owner` to the other
|
move_owner | ☐ | a helper function that moves one `owner` to the other
|
||||||
byte | ☑ | either an alias to std::byte or a byte type
|
byte | ☑ | either an alias to std::byte or a byte type
|
||||||
final_action | ☑ | a RAII style class that invokes a functor on its destruction
|
final_action | ☑ | a RAII style class that invokes a functor on its destruction
|
||||||
|
Loading…
Reference in New Issue
Block a user