
12 Dec
2012
12 Dec
'12
1:22 p.m.
On Wed, Dec 12, 2012 at 1:55 PM, Rob Stewart <robertstewart@comcast.net> wrote:
Would it mean !empty() or !!begin()?
The former certainly.
string_ref's are never assumed to be null terminated (which is why I provide data() and not c_str()), so the latter is not sensible.
It isn't !!*begin(), so null termination isn't related. -- Olaf