#include <sol.hpp>
|
template<typename... > |
static std::false_type | test (...) |
|
template<typename Fun , typename... Args> |
static always_true< decltype(std::declval< Fun >)(std::declval< Args >)...))> | test (int) |
|
Definition at line 2370 of file sol.hpp.
◆ test() [1/2]
template<typename... >
static std::false_type sol::meta::meta_detail::is_invokable_tester::test |
( |
|
... | ) |
|
|
static |
◆ test() [2/2]
template<typename Fun , typename... Args>
static always_true<decltype(std::declval<Fun>)(std::declval<Args>)...))> sol::meta::meta_detail::is_invokable_tester::test |
( |
int |
| ) |
|
|
static |
The documentation for this struct was generated from the following file: