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