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