上下文就是上面我主贴里的代码,这段没看明白,struct ContinuationFutureType结构里好像是定义了一个类型?这是什么用法?
template <typename Func, typename T> struct ContinuationFutureType {
using type = Future<typename RemoveFuture<
typename ContinuationReturnType<Func, T>::type>::type>;
};
【 在 z16166 的大作中提到: 】
: 这个括号,可能是个对象构造,也可能是个仿函数(函数调用)。具体看上下文的代码。
: CesiumImpl::ContinuationFutureType_t<Func, T>()
:
--
FROM 27.208.36.*