N
newbarker
I'm looking through the C++ standard and see statements like this:
yields: the smallest q in
[p,p+n) such that
X::eq(*q,c) is true, zero
otherwise.
I'm not from a scientific/math background but would like to read more
about what this "[p,p+n)" syntax is called and how it's defined so
does anyone have a link to a web page about this please?
Regards,
Pete
yields: the smallest q in
[p,p+n) such that
X::eq(*q,c) is true, zero
otherwise.
I'm not from a scientific/math background but would like to read more
about what this "[p,p+n)" syntax is called and how it's defined so
does anyone have a link to a web page about this please?
Regards,
Pete