Rosetta 3.3
|
Hidden index key interface class. More...
#include <utility/keys/Key.fwd.hh>
#include <utility/keys/AutoKey.fwd.hh>
#include <utility/keys/UserKey.fwd.hh>
#include <utility/keys/KeyLess.fwd.hh>
#include <cstddef>
#include <string>
Classes | |
class | utility::keys::Key |
Hidden index key interface class. More... | |
Namespaces | |
namespace | utility |
unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 1. | |
namespace | utility::keys |
Keys and key-accessed containers for fast, safe object lookup. | |
Functions | |
bool | utility::keys::operator== (Key const &a, Key const &b) |
Key == Key. | |
bool | utility::keys::operator!= (Key const &a, Key const &b) |
Key != Key. | |
bool | utility::keys::operator< (Key const &a, Key const &b) |
Key < Key. | |
bool | utility::keys::operator<= (Key const &a, Key const &b) |
Key <= Key. | |
bool | utility::keys::operator>= (Key const &a, Key const &b) |
Key >= Key. | |
bool | utility::keys::operator> (Key const &a, Key const &b) |
Key > Key. | |
bool | utility::keys::comparable (Key const &a, Key const &b) |
Are Keys of Comparable Types? |
Hidden index key interface class.