Function construct_error

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

/// \brief Constructs the error 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 E’s constructor

Examples0