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