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