コード例 #1
0
ファイル: utFastAtof.cpp プロジェクト: 3drepo/assimp
TEST_F(FastAtofTest, FastAtof)
{
    RunTest<float>(FastAtofWrapper());
}
コード例 #2
0
ファイル: utFastAtof.cpp プロジェクト: Madrich/assimp
TEST_F(FastAtofTest, FastAtof)
{
    RunTest<ai_real>(FastAtofWrapper());
}