OpenSWMM Engine  6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
openswmm::CiHash Struct Reference

Transparent case-insensitive hash (FNV-1a over the uppercase fold). More...

#include <StringCase.hpp>

Collaboration diagram for openswmm::CiHash:

Public Types

using is_transparent = void
 

Public Member Functions

std::size_t operator() (std::string_view s) const noexcept
 

Detailed Description

Transparent case-insensitive hash (FNV-1a over the uppercase fold).

Member Typedef Documentation

◆ is_transparent

Member Function Documentation

◆ operator()()

std::size_t openswmm::CiHash::operator() ( std::string_view s) const
inlinenoexcept
Here is the call graph for this function:

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