Nana C++ Library. Reference for users.
What we need to use nana
|
Public Member Functions | |
virtual | ~key_interface () |
virtual bool | same_type (const key_interface *) const noexcept=0 |
virtual bool | compare (const key_interface *) const noexcept=0 |
is this key less than right key? [call it less(rk), less_than(rk) or compare_less(rk)?: if (lk.less_than(rk )) ] More... | |
|
inlinevirtual |
|
pure virtualnoexcept |
is this key less than right key? [call it less(rk), less_than(rk) or compare_less(rk)?: if (lk.less_than(rk )) ]
Implemented in nana::key< T, Compare >.
|
pure virtualnoexcept |
Implemented in nana::key< T, Compare >.