#include <filesystem>
#include <optional>
#include <string>
#include <vector>
#include "ObjectID.h"
Go to the source code of this file.
|
bool | operator!= (const ObjectInfo &lhs, const ObjectInfo &rhs) |
|
bool | operator< (const ObjectInfo &lhs, const ObjectInfo &rhs) |
|
std::ostream & | operator<< (std::ostream &os, const ObjectInfo &rhs) |
|
bool | operator<= (const ObjectInfo &lhs, const ObjectInfo &rhs) |
|
bool | operator== (const ObjectInfo &lhs, const ObjectInfo &rhs) |
|
bool | operator> (const ObjectInfo &lhs, const ObjectInfo &rhs) |
|
bool | operator>= (const ObjectInfo &lhs, const ObjectInfo &rhs) |
|