コード例 #1
0
ファイル: String.cpp プロジェクト: Connorcpu/D3D12Engine
String String::from_path(const fs::path &path)
{
    return{ path.generic_u16string() };
}