kDB: Knowledge DataBase
Loading...
Searching...
No Matches
overload::detail::overload< Args > Struct Template Reference
Inheritance diagram for overload::detail::overload< Args >:
Collaboration diagram for overload::detail::overload< Args >:

Public Member Functions

template<typename R >
constexpr auto operator() (R(*ptr)(Args...)) const noexcept -> decltype(ptr)
 
template<typename R >
constexpr auto operator() (R(*ptr)(Args...)) const noexcept -> decltype(ptr)
 
- Public Member Functions inherited from overload::detail::const_overload< Args... >
constexpr auto operator() (R(C::*ptr)(Args...) const) const noexcept -> decltype(ptr)
 
constexpr auto operator() (R(C::*ptr)(Args...) const) const noexcept -> decltype(ptr)
 
- Public Member Functions inherited from overload::detail::non_const_overload< Args... >
constexpr auto operator() (R(C::*ptr)(Args...)) const noexcept -> decltype(ptr)
 
constexpr auto operator() (R(C::*ptr)(Args...)) const noexcept -> decltype(ptr)
 

Static Public Member Functions

template<typename R >
static constexpr auto of (R(*ptr)(Args...)) noexcept -> decltype(ptr)
 
template<typename R >
static constexpr auto of (R(*ptr)(Args...)) noexcept -> decltype(ptr)
 
- Static Public Member Functions inherited from overload::detail::const_overload< Args... >
static constexpr auto of (R(C::*ptr)(Args...) const) noexcept -> decltype(ptr)
 
static constexpr auto of (R(C::*ptr)(Args...) const) noexcept -> decltype(ptr)
 
- Static Public Member Functions inherited from overload::detail::non_const_overload< Args... >
static constexpr auto of (R(C::*ptr)(Args...)) noexcept -> decltype(ptr)
 
static constexpr auto of (R(C::*ptr)(Args...)) noexcept -> decltype(ptr)
 

The documentation for this struct was generated from the following files: