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

  /external/libcxx/test/support/
any_helpers.h 63 constexpr auto has_value_member(int) -> decltype(std::declval<Type&>().value, true)
65 template <class> constexpr bool has_value_member(long) { return false; } function
70 std::enable_if_t<has_value_member<Type>(0)>
78 std::enable_if_t<!has_value_member<Type>(0)>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
any_helpers.h 63 constexpr auto has_value_member(int) -> decltype(std::declval<Type&>().value, true)
65 template <class> constexpr bool has_value_member(long) { return false; } function
70 std::enable_if_t<has_value_member<Type>(0)>
78 std::enable_if_t<!has_value_member<Type>(0)>

Completed in 1885 milliseconds