Public View
Suggest
Download this page (.md) Download entire wiki (.zip)
Clone entire wiki

restrict

in C/C++, its a keyword:
f(restrict char *a, restrict char *b) means that a and b are unique pointers to the objects to which they refer.

Page updated