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