mrdocs::StringList::StringList
Constructors
Synopses
Declared in <mrdocs/Support/String/StringList.hpp>
Construct an empty list.
constexpr
StringList() = default;
Construct from a braced list of strings.
StringList(std::initializer_list<std::string> il);
Construct from a vector of strings.
StringList(std::vector<std::string> v);
Parameters
Name |
Description |
il |
The strings to store. |
v |
The strings to store. |
Created with MrDocs