Searched defs:dist_t (Results 1 – 3 of 3) sorted by relevance
23 struct dist_t struct25 dist_t(Container & cont) : cont_(cont) {} in dist_t() function27 std::ptrdiff_t operator()(Iter it) const in operator ()()32 Container & cont_;
36 typedef uint32_t dist_t; typedef