Public Types | Public Member Functions | List of all members
std::hash< nonstd::expected< T, E > > Struct Template Reference

#include <expected.hpp>

Public Types

using argument_type = nonstd::expected< T, E >
 
using result_type = typename hash< T >::result_type
 

Public Member Functions

constexpr result_type operator() (argument_type const &arg) const
 

Detailed Description

template<typename T, typename E>
struct std::hash< nonstd::expected< T, E > >

Definition at line 1902 of file expected.hpp.

Member Typedef Documentation

template<typename T , typename E >
using std::hash< nonstd::expected< T, E > >::argument_type = nonstd::expected<T,E>

Definition at line 1905 of file expected.hpp.

template<typename T , typename E >
using std::hash< nonstd::expected< T, E > >::result_type = typename hash<T>::result_type

Definition at line 1904 of file expected.hpp.

Member Function Documentation

template<typename T , typename E >
constexpr result_type std::hash< nonstd::expected< T, E > >::operator() ( argument_type const &  arg) const
inline

Definition at line 1907 of file expected.hpp.


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


behaviotree_cpp_v3
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Tue May 4 2021 02:56:26