Applies a function to the contained value if there is one.
Synopsis
Declared in <beman/optional/optional.hpp>
template<class F>
constexpr
auto
and_then(F&& f) const &;
Applies a function to the contained value if there is one.
Declared in <beman/optional/optional.hpp>
template<class F>
constexpr
auto
and_then(F&& f) const &;