|
template<class X , class Y > |
static constexpr bool | has_assign (...) |
|
template<class X , class Y , size_t S = sizeof((std::declval<X>() = std::declval<Y>(), true))> |
static constexpr bool | has_assign (bool) |
|
|
static constexpr bool | value = has_assign<T, U>(true) |
|
The documentation for this struct was generated from the following file: