Searched defs:BranchStruct (Results 1 – 1 of 1) sorted by relevance
50 struct BranchStruct struct55 BranchStruct() {} in BranchStruct() argument56 BranchStruct(const T& aNode, DistanceType dist) : node(aNode), mindist(dist) {} in BranchStruct() function