Public Member Functions | |
| ObjectId (const ObjectId &other) | |
| bool | isValid () const |
| const ObjectId & | operator= (const ObjectId &b) |
| operator std::string () const | |
Static Public Member Functions | |
| static ObjectId | create () |
Friends | |
| void | to_json (nlohmann::json &j, const ObjectId &s) |
| void | from_json (const nlohmann::json &j, ObjectId &s) |
| bool | operator== (const ObjectId &a, const ObjectId &b) |
| bool | operator!= (const ObjectId &a, const ObjectId &b) |
| bool | operator< (const ObjectId &a, const ObjectId &b) |