#include <jsoncons/ser_util.hpp>
using write_result = jsoncons::expected<void,std::error_code>;| Member type | Definition |
|---|---|
value_type |
void |
error_type |
std::error_code |
constexpr operator bool() const noexcept;
constexpr bool has_value() const noexcept;
Checks whether the result contains an unexpected value
constexpr read_error& error() & noexcept;
constexpr const read_error& error() const & noexcept;
constexpr read_error&& error() && noexcept;
constexpr const read_error&& error() const && noexcept;
Returns the unexpected value std::error_code