martinzink commented on code in PR #1926:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1926#discussion_r2032722507
##########
utils/include/utils/detail/MonadicOperationWrappers.h:
##########
@@ -49,6 +49,17 @@ template<typename T>
struct transform_error_wrapper {
T function;
};
+
+struct to_optional_wrapper{};
+
+template<typename E>
+struct to_expected_wrapper {
+ E error;
+};
+
+struct expect_wrapper {
+ std::string reason;
Review Comment:
👍
https://github.com/apache/nifi-minifi-cpp/pull/1926/commits/69034942006bc7ddf0c091b5b4c621cf6436a0b3
--
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]