| T |
| public | Bucket(T&& value_, Bucket* next_) |
| public | Bucket(const T& value_, Bucket* next_) |
| public inline Bucket* | Next() const |
| public inline void | SetNext(Bucket* next_) |
| public inline T& | Value() |
| public inline const T& | Value() const |
| public typedef ValueType | T |
| private Bucket* | next |
| private T | value |