userver: std::hash<::utils::NotNull< T > > Struct Template Reference
Loading...
Searching...
No Matches
std::hash<::utils::NotNull< T > > Struct Template Reference

Detailed Description

template<typename T>
struct std::hash<::utils::NotNull< T > >

Definition at line 135 of file not_null.hpp.

+ Inheritance diagram for std::hash<::utils::NotNull< T > >:
+ Collaboration diagram for std::hash<::utils::NotNull< T > >:

Public Member Functions

auto operator() (const ::utils::NotNull< T > &value) const noexcept(std::is_nothrow_invocable_v< const std::hash< T > &, const T & >)
 

Member Function Documentation

◆ operator()()

template<typename T >
auto std::hash<::utils::NotNull< T > >::operator() ( const ::utils::NotNull< T > & value) const
inlinenoexcept

Definition at line 138 of file not_null.hpp.


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