Код: Выделить всё
Id(const std::string& name):
boost::uuids::uuid{boost::uuids::name_generator_sha1{idNamespace}(name)},
result{boost::uuids::to_string(*this)}
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79461594/cpp-and-boostuuidsname-generator-sha1[/url]
Мобильная версия