Ejemplo n.º 1
0
static void test_uuid(Config & conf)
{
    Uuid guid;
    guid.generate();

    std::cout << guid.to_string() << std::endl;
}