pmt: start working for 1.1.0, first: add * operator to libpartition_map
This commit is contained in:
@@ -282,6 +282,12 @@ public:
|
||||
* Build map with input path. Implementation of readDirectory().
|
||||
*/
|
||||
bool operator()(std::string_view path);
|
||||
|
||||
/**
|
||||
* Get Map_t object reference
|
||||
*/
|
||||
Map_t& operator*();
|
||||
const Map_t& operator*() const;
|
||||
};
|
||||
|
||||
using Error = Helper::Error;
|
||||
|
||||
Reference in New Issue
Block a user