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

The void specialization of ok is meant for the creation of result instances with value_type of void. More...

#include <jsonv/result.hpp>

Detailed Description

The void specialization of ok is meant for the creation of result instances with value_type of void.

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

Definition at line 603 of file result.hpp.


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