Dereference vs Dereferenceable - What's the difference?
dereference | dereferenceable |
(programming, of a memory location) To obtain the value stored therein in an execution context which interprets that value as the address of a memory location
(programming, of a pointer) to access the thing to which the pointer points.
(computing) That can be dereferenced.
* 2003 , Jeremy Gibbons, Johan Jeuring, Generic Programming
As a verb dereference
is .As an adjective dereferenceable is
(computing) that can be dereferenced.dereference
English
(wikipedia dereference)Verb
(en-verb)See also
* pointerdereferenceable
English
Adjective
(-)- The assertions check that all conditions required of a dereferenceable iterator are satisfied...
