libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
std::hash< gbl::StringView > Struct Reference

Public Member Functions

std::size_t operator() (const gbl::StringView &view) const noexcept
 

Detailed Description

Definition at line 314 of file gimbal_string_view.hpp.

Member Function Documentation

◆ operator()()

std::size_t std::hash< gbl::StringView >::operator() ( const gbl::StringView view) const
inlinenoexcept

Definition at line 315 of file gimbal_string_view.hpp.

315 {
316 return GblStringView_hash(view);
317 }

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