Home
last modified time | relevance | path

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

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