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 1041 of file optional.hpp.

Public Types

typedef std::experimental::optional< Targument_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 1044 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 1043 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 1046 of file optional.hpp.


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