我想编写一个 c++ 模板函数,该函数将要执行的函数作为参数并在 Windows 8 Metro 的主线程上执行。主线程将是 System. 有什么帮助吗?就像是 :
template <class T>
ExecuteOnMainThread(T t)
{
}
我想编写一个 c++ 模板函数,该函数将要执行的函数作为参数并在 Windows 8 Metro 的主线程上执行。主线程将是 System. 有什么帮助吗?就像是 :
template <class T>
ExecuteOnMainThread(T t)
{
}