#include <sol.hpp>
|
template<typename T , typename U = unqualified_t<T>, typename B = decltype(std::declval<U&>().begin()), typename E = decltype(std::declval<U&>().end())> |
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 B = decltype(std::declval<U&>().begin()), typename E = decltype(std::declval<U&>().end())>
static std::true_type sol::meta::meta_detail::has_begin_end_impl::test |
( |
int |
| ) |
|
|
static |
§ test() [2/2]
template<typename... >
static std::false_type sol::meta::meta_detail::has_begin_end_impl::test |
( |
|
... | ) |
|
|
static |
The documentation for this struct was generated from the following file: