uuid_key_type Struct Reference
uuid key. More...
#include <types.h>
Public Attributes | |
std::int64_t | high_bits |
std::int64_t | low_bits |
Detailed Description
uuid key.
We use a composite key of two 64-bit integers to store a UUID in a database.
Member Data Documentation
std::int64_t uuid_key_type::high_bits |
Definition at line 83 of file types.h.
Referenced by operator<<(), and uuid_to_uuid_key().
std::int64_t uuid_key_type::low_bits |
Definition at line 84 of file types.h.
Referenced by operator<<(), and uuid_to_uuid_key().
The documentation for this struct was generated from the following file:
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.