#include <MRUITestEngine.h>
|
| std::map< std::string, Entry, std::less<> > | elems |
| | Using std::map over std::unordered_map to be able to search by std::string_view keys directly.
|
| |
|
| static constexpr std::string_view | kindName = "group" |
| |
◆ elems
| std::map<std::string, Entry, std::less<> > MR::UI::TestEngine::GroupEntry::elems |
Using std::map over std::unordered_map to be able to search by std::string_view keys directly.
◆ kindName
| std::string_view MR::UI::TestEngine::GroupEntry::kindName = "group" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: