예제 #1
0
파일: Uuid.cpp 프로젝트: huangyt/MyProjects
static void test_uuid(Config & conf)
{
    Uuid guid;
    guid.generate();

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