Function fail

#include <Geode/external/result/result.hpp>template<typename E,typename U,typename...Args,typename = typename std::enable_if<std::is_constructible<E,std::initializer_list<U>,Args...>::value>::type>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