JSON Voorhees
Killer JSON for C++
Loading...
Searching...
No Matches
jsonv::error< void > Class Referencefinal

The void specialization of error is meant for the creation of result instances with error_type of void. More...

#include <jsonv/result.hpp>

Detailed Description

The void specialization of error is meant for the creation of result instances with error_type of void.

{
return error{};
}
An adapter for enumeration types.
A wrapper type for creating a result with result_state::error.
Definition result.hpp:626
See also
result

Definition at line 657 of file result.hpp.


The documentation for this class was generated from the following file: