NullTerminatedPtrRange

Presents a null-terminated pointer (C-like string) as a range.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
E front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
save
auto save()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ptr
E* ptr;

Current head.

Meta