#include "overload.h"
|
| template<typename R , typename C > |
| constexpr auto | operator() (R(C::*f)(Args...)) const |
| |
| template<typename R , typename C > |
| constexpr auto | operator() (R(C::*f)(Args...) const) const |
| |
| template<typename R > |
| constexpr auto | operator() (R(*f)(Args...)) const |
| |
template<typename... Args>
struct LC::Util::OverloadBase< Args >
Definition at line 88 of file overload.h.
◆ operator()() [1/3]
template<typename... Args>
template<typename R >
◆ operator()() [2/3]
template<typename... Args>
template<typename R , typename C >
◆ operator()() [3/3]
template<typename... Args>
template<typename R , typename C >
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/leechcraft-0.6.70-13605-g8cd066ad6a/src/util/sll/overload.h