#include <result.hpp>
◆ Result() [1/2]
template<typename T = Ok, typename E = std::string>
◆ Result() [2/2]
template<typename T = Ok, typename E = std::string>
◆ error() [1/2]
template<typename T = Ok, typename E = std::string>
◆ error() [2/2]
template<typename T = Ok, typename E = std::string>
◆ is_err()
template<typename T = Ok, typename E = std::string>
◆ is_ok()
template<typename T = Ok, typename E = std::string>
◆ map()
template<typename T = Ok, typename E = std::string>
template<typename Func >
◆ unwrap() [1/2]
template<typename T = Ok, typename E = std::string>
◆ unwrap() [2/2]
template<typename T = Ok, typename E = std::string>
◆ unwrap_or()
template<typename T = Ok, typename E = std::string>
The documentation for this class was generated from the following file: