unique.hpp

Methods to generate UIDs.

Functions

static size_t UniqueVal()

A function that will always return a unique value (and trip an assert if it can’t…)

static inline std::string UniqueName(const std::string &prefix = "", const std::string &postfix = "")

A function that will always return a unique stringname (using UniqVal) with provided prefix and postfix.)