mrdocs::StringList::end
end overloads
Synopses
Declared in <mrdocs/Support/String/StringList.hpp>
Return an iterator past the last string.
auto
end();
Return a const iterator past the last string.
auto
end() const;
Created with MrDocs