RESTinio
|
#include <expected.hpp>
Public Types | |
using | result_type = std::size_t |
using | argument_type = nonstd::expected< T &, E > |
Public Member Functions | |
constexpr result_type | operator() (argument_type const &arg) const |
Definition at line 2435 of file expected.hpp.
using std::hash< nonstd::expected< T &, E > >::argument_type = nonstd::expected<T&,E> |
Definition at line 2438 of file expected.hpp.
using std::hash< nonstd::expected< T &, E > >::result_type = std::size_t |
Definition at line 2437 of file expected.hpp.
|
inlineconstexpr |
Definition at line 2440 of file expected.hpp.