vg
tools for working with variation graphs
Public Member Functions | List of all members
vg::wang_hash< NodeSide > Struct Reference

#include <nodeside.hpp>

Public Member Functions

size_t operator() (const NodeSide &x) const
 Produce a hash of a NodeSide. More...
 

Detailed Description

Hash functor to hash NodeSides using vg::wang_hash. We need to implement a hash function for these if we want to be able to use them in keys in hash maps.

Member Function Documentation

◆ operator()()

size_t vg::wang_hash< NodeSide >::operator() ( const NodeSide x) const
inline

Produce a hash of a NodeSide.


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