#include <sol.hpp>
|
| template<typename Fun , typename... Args> |
| static always_true< decltype(std::declval< Fun >)(std::declval< Args >)...))> | test (int) |
| |
| template<typename... > |
| static std::false_type | test (...) |
| |
§ test() [1/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 |
§ test() [2/2]
template<typename... >
| static std::false_type sol::meta::meta_detail::is_invokable_tester::test |
( |
|
... | ) |
|
|
static |
The documentation for this struct was generated from the following file: