#include "cid.hpp"

namespace adopted {

const cid cid::self(1);
const cid cid::none(0);
const cid cid::other(-1);

} // namespace adopted

