19 typedef std::array<int, array_length_>
PIDArray;
46 void copy_values_from(
const PIDArray &persistent_id_values);
Object is a sort of wrapper for general info.
friend bool operator==(const PersistentID &persistent_id_a, const PersistentID &persistent_id_b)
friend bool operator<(const PersistentID &persistent_id_a, const PersistentID &persistent_id_b)
friend std::ostream & operator<<(std::ostream &os, const PersistentID &persistent_id)
PersistentID instancer_pid() const
std::string as_object_name_suffix() const
constexpr static int array_length_
bool is_from_same_instancer_as(const PersistentID &other) const
std::array< int, array_length_ > PIDArray