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 1915 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 1918 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 1917 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 1920 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