Describes a location as a tuple of a gang id and a location id. More...
| Public Member Functions | |
| constexpr | full_location (const gang_id gid=invalid_gang_id, const location_id lid=invalid_location_id) noexcept | 
| constexpr gang_id | get_gang_id (void) const noexcept | 
| constexpr location_id | get_location_id (void) const noexcept | 
| constexpr bool | valid (void) const noexcept | 
| std::size_t | hash_code (void) const noexcept | 
| Friends | |
| constexpr bool | operator== (full_location const &x, full_location const &y) noexcept | 
| constexpr bool | operator!= (full_location const &x, full_location const &y) noexcept | 
| constexpr bool | operator< (full_location const &x, full_location const &y) noexcept | 
| constexpr bool | operator> (full_location const &x, full_location const &y) noexcept | 
| Related Functions | |
| (Note that these are not member functions.) | |
| std::size_t | hash_value (full_location const &l) noexcept | 
| Hash value creation function for full_location.  More... | |
Describes a location as a tuple of a gang id and a location id.
 1.8.13
 1.8.13