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 2422 of file expected.hpp.
using std::hash< nonstd::expected< T, E > >::argument_type = nonstd::expected<T,E> |
Definition at line 2425 of file expected.hpp.
using std::hash< nonstd::expected< T, E > >::result_type = std::size_t |
Definition at line 2424 of file expected.hpp.
|
inlineconstexpr |
Definition at line 2427 of file expected.hpp.