Searched refs:is_bind_expression_v (Results 1 – 4 of 4) sorted by relevance
28 static_assert(std::is_bind_expression_v<T> == Expected, ""); in test()29 LIBCPP_STATIC_ASSERT(std::is_bind_expression_v<T&> == Expected, ""); in test()30 LIBCPP_STATIC_ASSERT(std::is_bind_expression_v<const T> == Expected, ""); in test()31 LIBCPP_STATIC_ASSERT(std::is_bind_expression_v<const T&> == Expected, ""); in test()
35 inline constexpr size_t is_bind_expression_v = is_bind_expression<_Tp>::value; variable
212 template <class T> inline constexpr bool is_bind_expression_v
504 SYMBOL(is_bind_expression_v, std::, <functional>)