SDSL 3.0.1
Succinct Data Structure Library
|
#include <nn_dict_dynamic.hpp>
Public Member Functions | |
reference (nn_dict_dynamic *pbv, nn_dict_dynamic::size_type idx) | |
Constructor. | |
reference & | operator= (bool x) |
Assignment operator for the proxy class. | |
reference & | operator= (const reference &x) |
operator bool () const | |
Cast the reference to a bool. | |
bool | operator== (const reference &x) const |
bool | operator< (const reference &x) const |
Definition at line 305 of file nn_dict_dynamic.hpp.
|
inline |
Constructor.
Definition at line 312 of file nn_dict_dynamic.hpp.
|
inline |
Cast the reference to a bool.
Definition at line 385 of file nn_dict_dynamic.hpp.
|
inline |
Definition at line 393 of file nn_dict_dynamic.hpp.
|
inline |
Assignment operator for the proxy class.
Definition at line 317 of file nn_dict_dynamic.hpp.
Definition at line 382 of file nn_dict_dynamic.hpp.
|
inline |
Definition at line 391 of file nn_dict_dynamic.hpp.