![]()  | 
  
    Rosetta
    2019.12
    
   | 
 
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 | |
| utility | |
| unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0.  | |
| utility::keys | |
Functions | |
| bool | utility::keys::operator== (Key const &a, Key const &b) | 
| Key == Key.  More... | |
| bool | utility::keys::operator!= (Key const &a, Key const &b) | 
| Key != Key.  More... | |
| bool | utility::keys::operator< (Key const &a, Key const &b) | 
| Key < Key.  More... | |
| bool | utility::keys::operator<= (Key const &a, Key const &b) | 
| Key <= Key.  More... | |
| bool | utility::keys::operator>= (Key const &a, Key const &b) | 
| Key >= Key.  More... | |
| bool | utility::keys::operator> (Key const &a, Key const &b) | 
| Key > Key.  More... | |
| bool | utility::keys::comparable (Key const &a, Key const &b) | 
| Are Keys of Comparable Types?  More... | |
Hidden index key interface class.
 1.8.7