![]() |
Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
|
A number of groups of strings. More...
A number of groups of strings.
Definition at line 75 of file commandline.h.
#include "commandline.h"


Public Types | |
| using | Base = std::vector< elementa::base::Strings > |
Public Attributes | |
| T | elements |
| STL member. | |
Public Member Functions | |
| void | check (elementa::base::Strings::size_type minnumelems=0) const |
| Check that no group of strings intersects other or has repeated strs. More... | |
| std::string | to_string (const std::string &preffix="", const std::string &sep=" ") const |
| Return a string with all the groups as sets. | |
| using elementa::utils::CLOption::StringGroups::Base = std::vector<elementa::base::Strings> |
Definition at line 79 of file commandline.h.
| void elementa::utils::CLOption::StringGroups::check | ( | elementa::base::Strings::size_type | minnumelems = 0 | ) | const |
Check that no group of strings intersects other or has repeated strs.
| minnumelems | indicates how many elements must have, at a minimum, each of the group of strings. |