Skip to content

outcome/sgprocmgr-outcome.hpp

Namespaces

Name
outcome

Source code

#ifndef SGPROCESSINGMANAGER_OUTCOME_HPP
#define SGPROCESSINGMANAGER_OUTCOME_HPP

#include <libp2p/outcome/outcome.hpp>

namespace outcome {
  using libp2p::outcome::result;
  using libp2p::outcome::success;
  using libp2p::outcome::failure;
}

#endif  // SGPROCESSINGMANAGER_OUTCOME_HPP

Updated on 2026-04-15 at 11:00:39 -0700