vocabtree  0.0.1
MatchResultsBase Struct Reference

Structure to hold returned match results (returned from a search call). More...

#include <search_base.hpp>

Inheritance diagram for MatchResultsBase:

Data Fields

std::vector< uint64_t > matches
 

Detailed Description

Structure to hold returned match results (returned from a search call).

Definition at line 21 of file search_base.hpp.

Field Documentation

std::vector<uint64_t> MatchResultsBase::matches

Definition at line 22 of file search_base.hpp.

Referenced by operator<<().


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