Home
last modified time | relevance | path

Searched refs:OutType (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h68 typedef typename apply<T>::type OutType; in operator() typedef
69 return static_cast<OutType>(obj); in operator()