VTK  9.3.1
Public Member Functions | List of all members
std::hash< vtkStringToken > Struct Template Reference

vtkStringTokens provide a specialization of std::hash so they can be used in unordered containers. More...

#include <vtkStringToken.h>

Public Member Functions

std::size_t operator() (const vtkStringToken &t) const
 

Detailed Description

template<>
struct std::hash< vtkStringToken >

vtkStringTokens provide a specialization of std::hash so they can be used in unordered containers.

Definition at line 200 of file vtkStringToken.h.

Member Function Documentation

std::size_t std::hash< vtkStringToken >::operator() ( const vtkStringToken t) const
inline

Definition at line 202 of file vtkStringToken.h.


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