#include <sol.hpp>
|
| template<typename T , typename U = unqualified_t<T>, typename V = typename U::iterator> |
| static std::true_type | test (int) |
| |
| template<typename... > |
| static std::false_type | test (...) |
| |
§ test() [1/2]
template<typename T , typename U = unqualified_t<T>, typename V = typename U::iterator>
| static std::true_type sol::meta::meta_detail::has_iterator_impl::test |
( |
int |
| ) |
|
|
static |
§ test() [2/2]
template<typename... >
| static std::false_type sol::meta::meta_detail::has_iterator_impl::test |
( |
|
... | ) |
|
|
static |
The documentation for this struct was generated from the following file: