|
constexpr auto | operator() (R(*ptr)(Args...)) const noexcept -> decltype(ptr) |
|
constexpr auto | operator() (R(C::*ptr)(Args...) const) const noexcept -> decltype(ptr) |
|
constexpr auto | operator() (R(C::*ptr)(Args...)) const noexcept -> decltype(ptr) |
|
|
static constexpr auto | of (R(*ptr)(Args...)) noexcept -> decltype(ptr) |
|
static constexpr auto | of (R(C::*ptr)(Args...) const) noexcept -> decltype(ptr) |
|
static constexpr auto | of (R(C::*ptr)(Args...)) noexcept -> decltype(ptr) |
|
The documentation for this struct was generated from the following file: