|
| template<typename C, typename R> |
| static constexpr auto | OVERLOAD_OF (R(C::*pmf)(Args...)) -> decltype(pmf) |
| |
| template<typename C, typename R> |
| static constexpr auto | OVERLOAD_OF (R(C::*pmf)(Args...)) -> decltype(pmf) |
| |
| template<typename C, typename R> |
| static constexpr auto | OVERLOAD_OF (R(C::*pmf)(Args...)) -> decltype(pmf) |
| |
◆ OVERLOAD_OF() [1/3]
template<typename... Args>
template<typename C, typename R>
| static constexpr auto SELECT< Args >::OVERLOAD_OF |
( |
R(C::* | pmf )(Args...) | ) |
-> decltype( pmf ) |
|
inlinestaticconstexpr |
◆ OVERLOAD_OF() [2/3]
template<typename... Args>
template<typename C, typename R>
| static constexpr auto SELECT< Args >::OVERLOAD_OF |
( |
R(C::* | pmf )(Args...) | ) |
-> decltype( pmf ) |
|
inlinestaticconstexpr |
◆ OVERLOAD_OF() [3/3]
template<typename... Args>
template<typename C, typename R>
| static constexpr auto SELECT< Args >::OVERLOAD_OF |
( |
R(C::* | pmf )(Args...) | ) |
-> decltype( pmf ) |
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following files: