8#ifndef SRC_GRAPH_IDS_HPP_
9#define SRC_GRAPH_IDS_HPP_
180 inline std::size_t operator()(
const rid& k)
const
189 inline std::size_t operator()(
const gid& k)
const
198 inline std::size_t operator()(
const lid& k)
const
gid(size_t id)
Constructor.
rid operator-(struct rid i) const
Subtract two gid.
rid(size_t id)
Cosntructor from id.
rid & operator+=(const rid &i)
Sum two gid.
rid & operator++()
Increment the id.
rid operator+(int i) const
Sum two gid.
bool operator<=(const rid &r) const
Compare two gid.
rid operator-(int i) const
Subtract two gid.
bool operator<(const rid &r) const
Compare two gid.
bool operator==(const rid &r) const
compare two ids