StringRepository< Label, StringId >::VectorEqual Class Reference

#include <determinize-star-inl.h>

Public Member Functions

size_t operator() (const std::vector< Label > *vec1, const std::vector< Label > *vec2) const
 

Detailed Description

template<class Label, class StringId>
class fst::StringRepository< Label, StringId >::VectorEqual

Definition at line 58 of file determinize-star-inl.h.

Member Function Documentation

◆ operator()()

size_t operator() ( const std::vector< Label > *  vec1,
const std::vector< Label > *  vec2 
) const
inline

Definition at line 60 of file determinize-star-inl.h.

60  {
61  return (*vec1 == *vec2);
62  }

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