onihusube opened this issue 3 years ago · 0 comments
各種操作において、呼び出した処理がvoidを返す場合に対応したい。
void
monas(std::optional<int>{5}) | and_then([](int n) { std::cout << n; });
みたいな