OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_result_type
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/
weak_result.pass.cpp
47
struct
has_result_type
struct
79
static_assert(
has_result_type
<std::reference_wrapper<functor3> >::value, "");
80
static_assert(!
has_result_type
<std::reference_wrapper<functor4> >::value, "");
81
static_assert(!
has_result_type
<std::reference_wrapper<C> >::value, "");
Completed in 41 milliseconds