1#ifndef __API_RESULTS_HPP__
2#define __API_RESULTS_HPP__
4#include <common/results.hpp>
17 return (
valid()) ? 0 : -1;
ApiResult(std::string_view t) noexcept
Definition results.hpp:9
constexpr int to_c_ret_code()
Definition results.hpp:15
constexpr ApiResult() noexcept=default
constexpr bool valid() const noexcept
Definition results.hpp:27
constexpr Result() noexcept
Definition results.hpp:13