Function construct_value

#include <Geode/external/result/result.hpp>template<typename...Args,typename T,typename E>voidconstruct_value()

/// \brief Constructs the value type from \p args /// /// \note This is an implementation detail only meant to be used during /// construction /// /// \pre there is no contained value or error at the time of construction /// /// \param args the arguments to forward to T’s constructor

Examples0