Is there any build-in facility that allows to generate UUID
in C++11
without using any adidtional libraries?
Reposted from comment:
Built-in facility, no. But if you use a third party library (as opposed to OS functionality), I strongly recommend Boost.UUID.