Public Member Functions
absl::optional_internal::optional_hash_base< T, decltype(std::hash< absl::remove_const_t< T > >()(std::declval< absl::remove_const_t< T > >()))> Struct Template Reference

#include <optional.h>

List of all members.

Public Member Functions

size_t operator() (const absl::optional< T > &opt) const

Detailed Description

template<typename T>
struct absl::optional_internal::optional_hash_base< T, decltype(std::hash< absl::remove_const_t< T > >()(std::declval< absl::remove_const_t< T > >()))>

Definition at line 375 of file internal/optional.h.


Member Function Documentation

template<typename T >
size_t absl::optional_internal::optional_hash_base< T, decltype(std::hash< absl::remove_const_t< T > >()(std::declval< absl::remove_const_t< T > >()))>::operator() ( const absl::optional< T > &  opt) const [inline]

Definition at line 379 of file internal/optional.h.


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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:42:16