hpx/functional/traits/is_bind_expression.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx

Variables

template<typename T>
constexpr bool is_bind_expression_v = is_bind_expression<T>::value
template<typename T>
struct is_bind_expression : public std::is_bind_expression<T>

Subclassed by hpx::is_bind_expression< T const >

namespace traits

Functions

template<typename T>hpx::traits::HPX_DEPRECATED_V(1, 8, "hpx::traits::is_bind_expression_v is deprecated, use " "hpx::is_bind_expression_v  instead ") const