martinzink commented on code in PR #1152:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1152#discussion_r842743667
##########
libminifi/include/utils/FlatMap.h:
##########
@@ -147,6 +147,22 @@ class FlatMap{
return data_.rbegin()->second;
}
+ const V& at(const K& key) const {
Review Comment:
I think we should keep them since they are already written and they make the
class more in line with the C++20 std::map/std::unordered_map interface.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]