Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
std::hash< std::experimental::optional< T & > > Struct Template Reference

template<typename T>
struct std::hash< std::experimental::optional< T & > >

Definition at line 1052 of file optional.hpp.

Public Types

typedef std::experimental::optional< T & > argument_type
 
typedef hash< T >::result_type result_type
 

Public Member Functions

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

Member Typedef Documentation

◆ argument_type

template<typename T >
typedef std::experimental::optional<T&> std::hash< std::experimental::optional< T & > >::argument_type

Definition at line 1055 of file optional.hpp.

◆ result_type

template<typename T >
typedef hash<T>::result_type std::hash< std::experimental::optional< T & > >::result_type

Definition at line 1054 of file optional.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
constexpr result_type std::hash< std::experimental::optional< T & > >::operator() ( argument_type const &  arg) const
inlineconstexpr

Definition at line 1057 of file optional.hpp.


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