Function fail

#include <Geode/external/result/result.hpp>template<typename E,typename U,typename...Args,typename>cpp::bitwizeshift::failure<E>fail(,)

/// \brief Constructs a failure type from an initializer list and series of /// arguments /// /// \tparam E the failure type /// \param args the arguments to forward to E’s constructor /// \return a constructed failure type

Examples0