they seem to be calling the table_ member for every method in the book. Still weird by they are deriving from std::unordered_map in the first place.
F14Table<Policy> table_;
the implementation class F14Table - https://github.com/facebook/folly/blob/master/folly/containe...
they seem to be calling the table_ member for every method in the book. Still weird by they are deriving from std::unordered_map in the first place.
F14Table<Policy> table_;
the implementation class F14Table - https://github.com/facebook/folly/blob/master/folly/containe...