reglibcpp  2.0.0
A C++ implementation of models for regular languages
Public Member Functions | List of all members
reg::nfa::hash_reference_string_const Struct Reference

Provides std::unordered_set::hash_function for state_set. More...

#include <nfa.h>

Public Member Functions

size_t operator() (std::reference_wrapper< std::string const > const &ref) const
 Delegates hashing to referenced objects. More...
 

Detailed Description

Provides std::unordered_set::hash_function for state_set.

Definition at line 108 of file nfa.h.

Member Function Documentation

◆ operator()()

size_t reg::nfa::hash_reference_string_const::operator() ( std::reference_wrapper< std::string const > const &  ref) const
inline

Delegates hashing to referenced objects.

Definition at line 110 of file nfa.h.


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