Function and_then

#include <Geode/external/result/result.hpp>template<typename U,typename E>cpp::bitwizeshift::result<typename std::decay<U>::type,E>and_then(
U&&value
)
const

/// \copydoc result<T,E>::and_then

Examples0