HomeSort by relevance Sort by last modified time
    Searched full:has_result_type (Results 1 - 2 of 2) sorted by null

  /external/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, "");
  /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 101 milliseconds