RESTinio
Namespaces | Typedefs
expected.hpp File Reference
#include "third_party/expected-lite/expected.hpp"

Go to the source code of this file.

Namespaces

namespace  restinio
 

Typedefs

template<typename T , typename E >
using restinio::expected_t = nonstd::expected< T, E >