|
| template<typename K , typename V , class Ex , class H , class Eq > |
| const_iter< K, V, Ex, H, Eq > | operator+ (typename const_iter< K, V, Ex, H, Eq >::size_type d, const_iter< K, V, Ex, H, Eq > const &i) |
| |
| template<typename K , typename V , class Ex , class H , class Eq > |
| iter< K, V, Ex, H, Eq > | operator+ (typename iter< K, V, Ex, H, Eq >::size_type d, iter< K, V, Ex, H, Eq > const &i) |
| |
toolbox for hash containers
This namespace contains all the classes used to implement hash based containers. It is the template private part of the implementation and final user does not need to know the compoents in this namespace